ansible-playbooks/install-syscom-container.yml

12 lines
192 B
YAML

---
- hosts: prometheus.csclub.uwaterloo.ca
become: yes
become_method: sudo
roles:
- common
- core
- container
- static-ipv6
- auth
- cleanup