moved host_vars to own file
parent
aea89a9f4d
commit
b0a39886bd
@ -1,3 +1,5 @@
|
|||||||
inventory.ini
|
inventory.ini
|
||||||
|
host_vars/*
|
||||||
|
|
||||||
*.swp
|
*.swp
|
||||||
|
*.retry
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
ansible_host: 123.123.123.123
|
||||||
|
fastd_peer_limit: 200
|
||||||
|
fastd_secret: <fastd secret key>
|
||||||
|
fastd_mesh_mac: '<mesh mac>
|
||||||
|
bat0_ipv6: '<ipv6>'
|
||||||
|
bat0_ipv4: <ipv4>
|
||||||
|
dhcp_start: <ipv4>
|
||||||
|
dhcp_end: <ipv4>
|
Loading…
Reference in New Issue