ansible-playbooks/playbooks/test.yml

11 lines
137 B
YAML
Raw Normal View History

2018-04-13 18:06:12 -04:00
---
- hosts: test
become: true
roles:
- core
- csc-auth
- csc-packages
2018-04-13 22:02:37 -04:00
- csc-filesystems
2018-04-13 22:51:55 -04:00
- general-use
2018-04-14 16:18:19 -04:00
- gui