diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-21 18:14:36 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-21 18:14:36 +0000 |
commit | e2ee37f71a5059578605c77bdd0d8bad71049c5a (patch) | |
tree | 4ce810536fc512a71114e8c3ebaaa5a29e1074be /web.yml | |
parent | 2822b40326df4c24042b879a64389ce5e594fa5b (diff) | |
download | infra-e2ee37f71a5059578605c77bdd0d8bad71049c5a.tar.gz infra-e2ee37f71a5059578605c77bdd0d8bad71049c5a.tar.bz2 infra-e2ee37f71a5059578605c77bdd0d8bad71049c5a.zip |
Add role for git server
The Git server role should support:
* git ssh protocol,
* git protocol,
* git smart http protocol.
Support for cgit will come as a separate role.
Diffstat (limited to 'web.yml')
-rw-r--r-- | web.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ # - { role: home } # - { role: ip } # - { role: blog } + # - { role: git } |