templatisation de la config dhcpd
non encore testé
This commit is contained in:
parent
40e915a7e0
commit
e6b2f80b49
3 changed files with 85 additions and 10 deletions
11
group_vars/fleming/dhcp.yml
Normal file
11
group_vars/fleming/dhcp.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
apartment_block: fleming
|
||||
|
||||
subnet_ids:
|
||||
ap: 141
|
||||
users_wired: 10
|
||||
users_wifi: 11
|
||||
|
||||
failover:
|
||||
own-address: 10.128.2.254
|
||||
peer-address: 10.128.2.154
|
7
group_vars/pacaterie/dhcp.yml
Normal file
7
group_vars/pacaterie/dhcp.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
apartment_block: pacaterie
|
||||
|
||||
subnet_ids:
|
||||
ap: 142
|
||||
users_wired: 20
|
||||
users_wifi: 21
|
Loading…
Add table
Add a link
Reference in a new issue