dhcp: manage dhcp-aurore
This commit is contained in:
parent
26743b464d
commit
9b07fc9001
7 changed files with 101 additions and 19 deletions
|
@ -78,10 +78,13 @@ radius_pg_replication_password: "{{ vault_re2o_db_user_passwords.replication }}"
|
|||
radius_pg_re2o_ro_password: "{{ vault_re2o_db_user_passwords.re2o_ro }}"
|
||||
|
||||
|
||||
# DHCP
|
||||
dhcp_failover_enabled: true
|
||||
apartment_block_dhcp: "{{ apartment_block }}"
|
||||
|
||||
|
||||
|
||||
# Careful, this is not byte-aligned, just nibble-aligned (RIPE gave us a /28).
|
||||
# However, we ALWAYS keep the trailing 0 to have byte alignment.
|
||||
ipv6_base_prefix: "2a09:6840"
|
||||
|
||||
is_aurore_host: "{{ 'aurore_vm' in group_names }}"
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
apartment_block: aurore
|
||||
apartment_block_id: 0
|
||||
router_ip_suffix: 254
|
||||
dhcp_failover_enabled: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue