aboutsummaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml
diff options
context:
space:
mode:
Diffstat (limited to 'group_vars/all.yml')
-rw-r--r--group_vars/all.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml
index 380aa39..91af459 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
@@ -2,6 +2,8 @@ ansible_hostname: "{{ ansible_host }}"
ansible_become_method: su
wireguard_domain_controller: "{{ __global_domain_controller }}"
+relayd_domain_name: "{{ __global_domain_name }}"
+acme_domain_name: "{{ __global_domain_name }}"
nfsclient_server: stack0
httpd_use_nfs: true
@@ -19,3 +21,11 @@ __global_domain_name_hosts: owo
__global_domain_name_servers:
- 8.8.8.8
- 1.1.1.1
+
+# __services:
+# - domain: status.test
+# is_public: true
+# port: 120
+# protocols:
+# - tcp
+# - udp
remember that computers suck.