Add playbook to install a syscom container

This commit is contained in:
Zachary Seguin 2016-11-26 01:27:08 -05:00
parent f6885b963d
commit d7f7f787e8
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
- hosts: logstash.csclub.uwaterloo.ca
become: yes
become_method: sudo
roles:
- common
- core
- generate-hosts
- auth
- csc-packages
- cleanup