aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2023-01-13 00:15:52 +0100
committerRomain Gonçalves <me@rgoncalves.se>2023-04-02 11:45:09 +0200
commit28332d389dd3644aeb3973d4ca472820f6b45b07 (patch)
treec458ec9899a90942e726ed92f2c1a49e99d1f805 /host_vars
parent1ff0fc1803fc71d925a0f2d0cf9c27058914044a (diff)
downloadrules-28332d389dd3644aeb3973d4ca472820f6b45b07.tar.gz
feat(roles/relayd): add argument specs
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/dc0.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/host_vars/dc0.yml b/host_vars/dc0.yml
index fc9b3cc..1ab8872 100644
--- a/host_vars/dc0.yml
+++ b/host_vars/dc0.yml
@@ -5,6 +5,7 @@ ansible_port: 71
httpd_use_nfs: false
git_dir: /var/www/data/git
sshd_listen_port: "{{ ansible_port }}"
+relayd_connected_hosts: servers
__is_vm: true
@@ -22,6 +23,7 @@ __services:
port: 53
- name: http
+ domain: rgoncalves.se
protocol: tcp
port: 80
@@ -29,7 +31,7 @@ __services:
protocol: tcp
port: 443
- - name: cgit
- domain: git
+ - name: git
+ domain: git.rgoncalves.se
protocol: tcp
port: 1235
remember that computers suck.