1
0
IaC/ansible/playbooks/infra/kodi.yaml
2024-04-23 00:49:49 +12:00

14 lines
212 B
YAML

---
- name: Setup Kodi boxes
hosts:
- kodi00.balsillie.house
gather_facts: true
become: true
roles:
# - role: sshd
# - role: ufw
- role: nginx
- role: aur_repo_client
- role: arr