summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/web.yml b/web.yml
index 86b1550..b9ce4a6 100644
--- a/web.yml
+++ b/web.yml
@@ -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 }