diff options
Diffstat (limited to 'host_vars/dc0.yml')
-rw-r--r-- | host_vars/dc0.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host_vars/dc0.yml b/host_vars/dc0.yml index 970778f..511ffcc 100644 --- a/host_vars/dc0.yml +++ b/host_vars/dc0.yml @@ -1,4 +1,5 @@ httpd_use_nfs: false +git_dir: /var/www/data/git ansible_port: 71 @@ -24,3 +25,8 @@ __services: - name: https protocol: tcp port: 443 + + - name: cgit + domain: git + protocol: tcp + port: 1235 |