diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-08-26 15:22:29 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-08-26 15:22:29 +0200 |
commit | e581bb7e3dd37572b739083133ffaf8d0962cb15 (patch) | |
tree | edc60444a41313ad21a7cafb6e62ecd90e198015 /ansible | |
parent | 96e26da3dde19b492f7455437ea26e6c0df62442 (diff) | |
download | infra-e581bb7e3dd37572b739083133ffaf8d0962cb15.tar.gz infra-e581bb7e3dd37572b739083133ffaf8d0962cb15.tar.bz2 infra-e581bb7e3dd37572b739083133ffaf8d0962cb15.tar.xz infra-e581bb7e3dd37572b739083133ffaf8d0962cb15.zip |
linode.
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/all.yml | 5 | ||||
-rw-r--r-- | ansible/inventory | 3 | ||||
-rw-r--r-- | ansible/plays/linode-dns-update.yml | 5 |
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 + |