[dhcp] forgot two routers
parent
b6f588f006
commit
9f71b1cbde
|
@ -15,13 +15,19 @@ loc_dhcp:
|
||||||
lease_file: "/var/local/services/dhcp/generated/dhcp.adh.crans.org.list"
|
lease_file: "/var/local/services/dhcp/generated/dhcp.adh.crans.org.list"
|
||||||
|
|
||||||
loc_service_dhcp:
|
loc_service_dhcp:
|
||||||
re2o:
|
|
||||||
hostname: "{{ query('ldap', 'ip', 'c3po', 'adm') | ipv4 | first }}"
|
|
||||||
user: services
|
|
||||||
password: "{{ vault.re2o_service_password }}"
|
|
||||||
git:
|
git:
|
||||||
remote: https://gitlab.adm.crans.org/nounous/dhcp.git
|
remote: https://gitlab.adm.crans.org/nounous/dhcp.git
|
||||||
version: master
|
version: main
|
||||||
|
cron:
|
||||||
|
frequency: "*/2 * * * *"
|
||||||
|
options: -r
|
||||||
config:
|
config:
|
||||||
extensions:
|
ldap:
|
||||||
- adh.crans.org
|
server: ldaps://flirt.adm.crans.org
|
||||||
|
binddn: "{{ vault.ldap_adh_reader.username }}"
|
||||||
|
bindpass: "{{ vault.ldap_adh_reader.password }}"
|
||||||
|
userdn: ou=users,dc=adh,dc=crans,dc=org
|
||||||
|
clubdn: ou=clubs,dc=adh,dc=crans,dc=org
|
||||||
|
hostdn: ou=hosts,dc=adh,dc=crans,dc=org
|
||||||
|
extension: adh.crans.org
|
||||||
|
|
||||||
|
|
|
@ -15,13 +15,19 @@ loc_dhcp:
|
||||||
lease_file: "/var/local/services/dhcp/generated/dhcp.adh.crans.org.list"
|
lease_file: "/var/local/services/dhcp/generated/dhcp.adh.crans.org.list"
|
||||||
|
|
||||||
loc_service_dhcp:
|
loc_service_dhcp:
|
||||||
re2o:
|
|
||||||
hostname: "{{ query('ldap', 'ip', 'c3po', 'adm') | ipv4 | first }}"
|
|
||||||
user: services
|
|
||||||
password: "{{ vault.re2o_service_password }}"
|
|
||||||
git:
|
git:
|
||||||
remote: https://gitlab.adm.crans.org/nounous/dhcp.git
|
remote: https://gitlab.adm.crans.org/nounous/dhcp.git
|
||||||
version: master
|
version: main
|
||||||
|
cron:
|
||||||
|
frequency: "*/2 * * * *"
|
||||||
|
options: -r
|
||||||
config:
|
config:
|
||||||
extensions:
|
ldap:
|
||||||
- adh.crans.org
|
server: ldaps://flirt.adm.crans.org
|
||||||
|
binddn: "{{ vault.ldap_adh_reader.username }}"
|
||||||
|
bindpass: "{{ vault.ldap_adh_reader.password }}"
|
||||||
|
userdn: ou=users,dc=adh,dc=crans,dc=org
|
||||||
|
clubdn: ou=clubs,dc=adh,dc=crans,dc=org
|
||||||
|
hostdn: ou=hosts,dc=adh,dc=crans,dc=org
|
||||||
|
extension: adh.crans.org
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue