diff options
Diffstat (limited to 'ansible/plays/host-unifi.yml')
-rw-r--r-- | ansible/plays/host-unifi.yml | 18 |
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 |