From c0fd7404e0e1e7100df7b618e9f754e9c7bb26ab Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 4 Feb 2024 12:10:35 +0000 Subject: Enable (uncomment) all roles for web hosts --- web.yml | 11 ++++++----- 1 file 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 } -- cgit v1.2.3-70-g09d2