summaryrefslogtreecommitdiff
path: root/web.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-01-28 13:23:40 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-01-28 13:23:40 +0000
commit342125c39807365567bd9c6aaaf7b83e2871c8b7 (patch)
tree28e561d41c7e66c8534bbe1f53d62c6fd0680387 /web.yml
parente2ee37f71a5059578605c77bdd0d8bad71049c5a (diff)
downloadinfra-342125c39807365567bd9c6aaaf7b83e2871c8b7.tar.gz
infra-342125c39807365567bd9c6aaaf7b83e2871c8b7.tar.bz2
infra-342125c39807365567bd9c6aaaf7b83e2871c8b7.zip
Add cgit role
Diffstat (limited to 'web.yml')
-rw-r--r--web.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/web.yml b/web.yml
index a1fde54..86b1550 100644
--- a/web.yml
+++ b/web.yml
@@ -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 }