12 lines
517 B
YAML
12 lines
517 B
YAML
|
|
---
|
||
|
|
# Conformite annuaire OpenLDAP (idm-01, VLAN 12).
|
||
|
|
|
||
|
|
serveurs_openldap_domaine: "chezlepro.internal"
|
||
|
|
serveurs_openldap_organisation: "Chezlepro Inc"
|
||
|
|
|
||
|
|
# Secret OBLIGATOIRE, a fournir via Ansible Vault avant tout deploiement reel.
|
||
|
|
# Convertir en dossier group_vars/serveurs_openldap/ avec :
|
||
|
|
# main.yml : serveurs_openldap_admin_password: "{{ vault_openldap_admin }}"
|
||
|
|
# vault.yml : vault_openldap_admin: "..." (chiffre ansible-vault)
|
||
|
|
# Tant qu'il est absent, le role refuse de s'executer (assertion explicite).
|