summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2020-08-26 15:22:29 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2020-08-26 15:22:29 +0200
commite581bb7e3dd37572b739083133ffaf8d0962cb15 (patch)
treeedc60444a41313ad21a7cafb6e62ecd90e198015
parent96e26da3dde19b492f7455437ea26e6c0df62442 (diff)
downloadinfra-e581bb7e3dd37572b739083133ffaf8d0962cb15.tar.gz
infra-e581bb7e3dd37572b739083133ffaf8d0962cb15.tar.bz2
infra-e581bb7e3dd37572b739083133ffaf8d0962cb15.tar.xz
infra-e581bb7e3dd37572b739083133ffaf8d0962cb15.zip
linode.
-rw-r--r--ansible/all.yml5
-rw-r--r--ansible/inventory3
-rw-r--r--ansible/plays/linode-dns-update.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/ansible/all.yml b/ansible/all.yml
index 1404155..f10c7fe 100644
--- a/ansible/all.yml
+++ b/ansible/all.yml
@@ -11,11 +11,6 @@
- import_playbook: plays/apt-repos.yml
- hosts:
- - linode_dns_update
- roles:
- - linode-dns-update
-
-- hosts:
- birgitte
roles:
- role: systemd-networkd
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
+