Yson-partou is now a master, congratulations for the promotion
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
86a5681d8f
commit
f1a277a050
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
glob_re2o_ldap:
|
||||
suffix: dc=crans,dc=org
|
||||
url: "ldaps://{{ query('ldap', 'ip', 'terenez', 'adm') | ipv4 | first }}:636"
|
||||
url: "ldaps://{{ query('ldap', 'ip', 'yson-partou', 'adm') | ipv4 | first }}:636"
|
||||
root_password_hash: "{{ vault.ldap_master_password_hash }}"
|
||||
certificate: "{{ vault.ldap_re2o_certificate }}"
|
||||
private_key: "{{ vault.ldap_re2o_private_key }}"
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
---
|
||||
interfaces:
|
||||
adm: eth0
|
||||
|
||||
loc_re2o_ldap:
|
||||
replica:
|
||||
username: replicator
|
||||
password: "{{ vault.ldap_replication_re2o_credentials }}"
|
||||
|
|
Loading…
Reference in New Issue