aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 91af459..6a91b23 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
@@ -22,6 +22,16 @@ __global_domain_name_servers:
- 8.8.8.8
- 1.1.1.1
+__global_services:
+ - name: ssh
+ protocol: tcp
+ port: 22
+
+ - name: healthcheck
+ protocol: tcp
+ port: 8000
+ is_public: true
+
# __services:
# - domain: status.test
# is_public: true
remember that computers suck.