diff --git a/site.yml b/site.yml index d9836b06..eaa8f15f 100644 --- a/site.yml +++ b/site.yml @@ -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