ansible-unifi/install.yml
Jochen Friedrich 1caa7659ae Playbook
2021-05-18 16:15:42 +02:00

11 lines
263 B
YAML
Executable file

---
- name: "Set up a Unifi Server"
hosts: "unifi"
become: true
tasks:
- include: tasks/hostname.yml
- include: tasks/update.yml
- include: tasks/packete.yml
- include: tasks/firewall.yml
- include: tasks/docker.yml
- include: tasks/starten.yml