From e581bb7e3dd37572b739083133ffaf8d0962cb15 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 26 Aug 2020 15:22:29 +0200 Subject: linode. --- ansible/all.yml | 5 ----- ansible/inventory | 3 ++- ansible/plays/linode-dns-update.yml | 5 +++++ 3 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 ansible/plays/linode-dns-update.yml diff --git a/ansible/all.yml b/ansible/all.yml index 1404155..f10c7fe 100644 --- a/ansible/all.yml +++ b/ansible/all.yml @@ -10,11 +10,6 @@ - import_playbook: plays/apt-repos.yml -- hosts: - - linode_dns_update - roles: - - linode-dns-update - - hosts: - birgitte roles: diff --git a/ansible/inventory b/ansible/inventory index 5c7c086..895432e 100644 --- a/ansible/inventory +++ b/ansible/inventory @@ -16,7 +16,8 @@ all: malabaricus: ansible_host: malabaricus.vpn.trygvis.io conflatorio: - ansible_host: conflatorio.trygvis.io + ansible_host: conflatorio.vpn.trygvis.io + ansible_python_interpreter: /usr/bin/python3 akili: ansible_host: akili.local nextcloud: diff --git a/ansible/plays/linode-dns-update.yml b/ansible/plays/linode-dns-update.yml new file mode 100644 index 0000000..644f0e1 --- /dev/null +++ b/ansible/plays/linode-dns-update.yml @@ -0,0 +1,5 @@ +- hosts: + - linode_dns_update + roles: + - linode-dns-update + -- cgit v1.2.3