1
0
IaC/ansible/playbooks/infra/kodi.yaml

13 lines
184 B
YAML
Raw Normal View History

2024-04-22 05:46:14 -04:00
---
- name: Setup Kodi boxes
2024-04-20 06:24:20 -04:00
hosts:
- kodi00.balsillie.house
gather_facts: true
become: true
roles:
2024-04-21 09:37:46 -04:00
# - role: sshd
# - role: ufw
2024-04-20 09:04:17 -04:00
- role: nginx
2024-04-22 05:46:14 -04:00
- role: arr