From 5e845b2f8d5023ed2bf6bbee697839ff4e062fc9 Mon Sep 17 00:00:00 2001 From: binary Date: Tue, 19 Jan 2021 20:53:45 +0100 Subject: Rename hosts --- host_vars/dc0.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 host_vars/dc0.yml (limited to 'host_vars/dc0.yml') diff --git a/host_vars/dc0.yml b/host_vars/dc0.yml new file mode 100644 index 0000000..a54d009 --- /dev/null +++ b/host_vars/dc0.yml @@ -0,0 +1,20 @@ +ansible_host: dc0 +virtual: true + +ip: + in: 10.10.0.1 + out: 185.203.114.234 + +services: + + - name: "ssh" + proto: "tcp" + port: "22" + + - name: "wireguard" + proto: "udp" + port: "53" + + - name: "httpd" + proto: "tcp" + port: "80" -- cgit v1.2.3