aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/dc0.yml
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars/dc0.yml')
-rw-r--r--host_vars/dc0.yml17
1 files changed, 10 insertions, 7 deletions
diff --git a/host_vars/dc0.yml b/host_vars/dc0.yml
index 511ffcc..80c7ef5 100644
--- a/host_vars/dc0.yml
+++ b/host_vars/dc0.yml
@@ -1,8 +1,11 @@
-httpd_use_nfs: false
-git_dir: /var/www/data/git
+---
ansible_port: 71
+httpd_use_nfs: false
+git_dir: /var/www/data/git
+sshd_listen_port: "{{ ansible_port }}"
+
__is_vm: true
__ip:
@@ -10,23 +13,23 @@ __ip:
internal: 10.10.0.1
__services:
- - name: ssh
+ ssh:
protocol: tcp
port: 22
- - name: wireguard
+ wireguard:
protocol: udp
port: 53
- - name: http
+ http:
protocol: tcp
port: 80
- - name: https
+ https:
protocol: tcp
port: 443
- - name: cgit
+ cgit:
domain: git
protocol: tcp
port: 1235
remember that computers suck.