aboutsummaryrefslogtreecommitdiff
path: root/ansible/plays/host-unifi.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/plays/host-unifi.yml')
-rw-r--r--ansible/plays/host-unifi.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/ansible/plays/host-unifi.yml b/ansible/plays/host-unifi.yml
new file mode 100644
index 0000000..41fb292
--- /dev/null
+++ b/ansible/plays/host-unifi.yml
@@ -0,0 +1,18 @@
+- hosts:
+ - unifi
+ tasks:
+ - become: yes
+ apt:
+ name:
+ - etckeeper
+
+ - import_role:
+ name: timezone
+
+ - import_role:
+ name: systemd-networkd
+
+ - become: yes
+ apt:
+ name:
+ - docker.io