ansible-playbooks/install-syscom.yml

16 lines
284 B
YAML
Raw Normal View History

---
2017-08-08 16:45:11 -04:00
- hosts: wiki.uwarc.csclub.cloud
become: yes
become_method: sudo
roles:
- common
- core
2016-11-28 18:52:46 -05:00
- static-ipv6
- hardware
2017-08-08 16:45:11 -04:00
# - virtualization-host
# - generate-hosts
- auth
2017-08-08 16:45:11 -04:00
# - csc-packages
# - nfs
- cleanup