changed role for ndppd.conf

This commit is contained in:
Stefan Hoffmann 2023-03-05 20:24:39 +01:00
parent eba39322ee
commit beeb08eb01
4 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ansible_connection: network_cli
ansible_network_os: vyos
ansible_ssh_host: 5.9.220.113
ansible_user: vyos
ansible_python_interpreter: /usr/bin/python3
wan_address: 5.9.220.113
wan_gateway: 5.9.220.112
wan_net: /29

View File

@ -9,7 +9,7 @@ all:
children:
ffrl-uplink:
hosts:
r4.fftdf.de:
core4:
supernodes:
children:
vpn-offloader:

5
vyos_config.yml Normal file
View File

@ -0,0 +1,5 @@
# ansible-playbook -i hosts.yml vyos_config.yml
- name: System preperation
hosts: router
roles:
- vyos-config