Add new roles to site

This commit is contained in:
~ubergeek 2018-12-21 08:48:24 -07:00
parent 47b62deb47
commit faf2fee223
1 changed files with 16 additions and 0 deletions

View File

@ -7,3 +7,19 @@
roles:
- common
- name: Shell server cofiguration
hosts: shell
become: yes
become_method: sudo
roles:
- shell
- name: Web server configuration
hosts: webserver
become: yes
become_method: sudo
roles:
- webserver