From 2857e26d44a04a3653ecad5582e1b2692bbc3cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 22 Dec 2021 09:55:40 +0000 Subject: groups_vars: All hosts run ssh and healthcheck --- group_vars/all.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit v1.2.3