CSC Ansible Playbooks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ansible-playbooks/install-syscom-container.yml

11 lines
192 B

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