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

16 lines
259 B
YAML
Raw Normal View History

2024-04-22 09:46:14 +00:00
---
- name: Setup Kodi boxes
2024-04-20 10:24:20 +00:00
hosts:
- kodi00.balsillie.house
gather_facts: true
become: true
roles:
2024-04-21 13:37:46 +00:00
# - role: sshd
# - role: ufw
2024-04-24 09:40:00 +00:00
# - role: nginx
# - role: aur_repo_client
# - role: arr
- role: torrent
2024-05-16 09:50:48 +00:00
# - role: sonarr