diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-02-04 12:10:35 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-02-04 12:10:35 +0000 |
commit | c0fd7404e0e1e7100df7b618e9f754e9c7bb26ab (patch) | |
tree | 1ece3697bf29fd238fcee91f49dfe755ffe00615 | |
parent | 8cd2fb851d7fdc8a79f2c5e2fca2fa21d299c9c0 (diff) | |
download | infra-c0fd7404e0e1e7100df7b618e9f754e9c7bb26ab.tar.gz infra-c0fd7404e0e1e7100df7b618e9f754e9c7bb26ab.tar.bz2 infra-c0fd7404e0e1e7100df7b618e9f754e9c7bb26ab.zip |
Enable (uncomment) all roles for web hosts
-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 } |