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