aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/dc0.yml6
-rw-r--r--host_vars/stack0-dev0.yml8
2 files changed, 10 insertions, 4 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
diff --git a/host_vars/stack0-dev0.yml b/host_vars/stack0-dev0.yml
index 98db313..550d25b 100644
--- a/host_vars/stack0-dev0.yml
+++ b/host_vars/stack0-dev0.yml
@@ -9,7 +9,7 @@ __services:
protocol: tcp
port: 22
- - name: cgit
- domain: git
- protocol: tcp
- port: 1235
+# - name: cgit
+# domain: git
+# protocol: tcp
+# port: 1235
remember that computers suck.