diff options
Diffstat (limited to 'web.yml')
-rw-r--r-- | web.yml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +- name: Essential setup for all hosts + hosts: web + roles: + # Websites + # - { role: home } + # - { role: ip } + # - { role: blog } |