Yson-partou is now a master, congratulations for the promotion

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2022-04-04 16:24:49 +02:00
parent 86a5681d8f
commit f1a277a050
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,7 @@
--- ---
glob_re2o_ldap: glob_re2o_ldap:
suffix: dc=crans,dc=org 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 }}" root_password_hash: "{{ vault.ldap_master_password_hash }}"
certificate: "{{ vault.ldap_re2o_certificate }}" certificate: "{{ vault.ldap_re2o_certificate }}"
private_key: "{{ vault.ldap_re2o_private_key }}" private_key: "{{ vault.ldap_re2o_private_key }}"

View File

@ -1,8 +1,3 @@
--- ---
interfaces: interfaces:
adm: eth0 adm: eth0
loc_re2o_ldap:
replica:
username: replicator
password: "{{ vault.ldap_replication_re2o_credentials }}"