diff options
Diffstat (limited to 'web.yml')
-rw-r--r-- | web.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -- name: Essential setup for all hosts +- name: Setup machines to serve web traffic hosts: web roles: # Websites @@ -6,3 +6,4 @@ # - { role: ip } # - { role: blog } # - { role: git } + # - { role: cgit } |