From 1361b9320c80b137f9a410216cbe4ad643e34621 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 17 Apr 2023 21:15:40 +0200 Subject: [PATCH] Add new host_vars for vpn01 --- host_vars/vpn01/vars.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/host_vars/vpn01/vars.yml b/host_vars/vpn01/vars.yml index 78a86bc..b45c3b2 100644 --- a/host_vars/vpn01/vars.yml +++ b/host_vars/vpn01/vars.yml @@ -2,6 +2,11 @@ ### Ansible ### ansible_host: 5.9.220.114 +ansible_host_net: /29 +ansible_host_ipv6: 2a01:4f8:262:5112::101 +ansible_host_ipv6_net: /64 +ipv4_gateway: 5.9.220.112 +ipv6_gateway: 2a01:4f8:262:5112::3 ansible_port: 22 ansible_ssh_user: root ansible_python_interpreter: /usr/bin/python3