diff options
-rw-r--r-- | web.yml | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -2,8 +2,9 @@ hosts: web roles: # Websites - # - { role: home } - # - { role: ip } - # - { role: blog } - # - { role: git } - # - { role: cgit } + - { role: home } + - { role: ip } + - { role: blog } + # Git + - { role: git } + - { role: cgit } |