changed role for ndppd.conf
This commit is contained in:
parent
eba39322ee
commit
beeb08eb01
@ -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_address: 5.9.220.113
|
||||||
wan_gateway: 5.9.220.112
|
wan_gateway: 5.9.220.112
|
||||||
wan_net: /29
|
wan_net: /29
|
@ -9,7 +9,7 @@ all:
|
|||||||
children:
|
children:
|
||||||
ffrl-uplink:
|
ffrl-uplink:
|
||||||
hosts:
|
hosts:
|
||||||
r4.fftdf.de:
|
core4:
|
||||||
supernodes:
|
supernodes:
|
||||||
children:
|
children:
|
||||||
vpn-offloader:
|
vpn-offloader:
|
||||||
|
5
vyos_config.yml
Normal file
5
vyos_config.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# ansible-playbook -i hosts.yml vyos_config.yml
|
||||||
|
- name: System preperation
|
||||||
|
hosts: router
|
||||||
|
roles:
|
||||||
|
- vyos-config
|
Loading…
Reference in New Issue
Block a user