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

10 lines
169 B
YAML

- name: Install media services
hosts:
- kodi00.balsillie.house
gather_facts: true
become: true
roles:
# - role: sshd
# - role: ufw
- role: nginx