summaryrefslogtreecommitdiff
path: root/ansible/all.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-03-09 16:55:02 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2019-03-09 16:55:02 +0100
commitedbe2bfb1b4845f853a1634565fbf264d1591628 (patch)
tree05b0451f42d2cb927719f52f93fac7358bd15d39 /ansible/all.yml
parentd4de905ae685c750fa7f0b8f65db579d4aeec193 (diff)
downloadinfra-edbe2bfb1b4845f853a1634565fbf264d1591628.tar.gz
infra-edbe2bfb1b4845f853a1634565fbf264d1591628.tar.bz2
infra-edbe2bfb1b4845f853a1634565fbf264d1591628.tar.xz
infra-edbe2bfb1b4845f853a1634565fbf264d1591628.zip
lxc-host:
o Correcting ordering of networkd files. packages: o Better split of package names. unifi: o importing role from Bitraf. o Configring lxc host on birgitte.
Diffstat (limited to 'ansible/all.yml')
-rw-r--r--ansible/all.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/all.yml b/ansible/all.yml
index 285777d..fdb8116 100644
--- a/ansible/all.yml
+++ b/ansible/all.yml
@@ -41,6 +41,14 @@
roles:
- linode-dns-update
+- hosts:
+ - birgitte
+ roles:
+ - role: systemd-networkd
+ tags: systemd-networkd
+ become: yes
+
- import_playbook: nftables.yml
- import_playbook: lxc-host.yml
- import_playbook: wireguard.yml
+- import_playbook: unifi.yml