summaryrefslogtreecommitdiff
path: root/web.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-02-04 12:10:35 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-02-04 12:10:35 +0000
commitc0fd7404e0e1e7100df7b618e9f754e9c7bb26ab (patch)
tree1ece3697bf29fd238fcee91f49dfe755ffe00615 /web.yml
parent8cd2fb851d7fdc8a79f2c5e2fca2fa21d299c9c0 (diff)
downloadinfra-c0fd7404e0e1e7100df7b618e9f754e9c7bb26ab.tar.gz
infra-c0fd7404e0e1e7100df7b618e9f754e9c7bb26ab.tar.bz2
infra-c0fd7404e0e1e7100df7b618e9f754e9c7bb26ab.zip
Enable (uncomment) all roles for web hosts
Diffstat (limited to 'web.yml')
-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 }