ansible/group_vars/all/vars.yml

20 lines
510 B
YAML
Raw Normal View History

2018-12-23 12:20:19 +01:00
---
# LDAP binding
ldap_uri: 'ldap://10.128.0.11/'
ldap_base: 'dc=auro,dc=re'
ldap_bind_dn: "cn=nslcd,ou=service-users,{{ ldap_base }}"
ldap_passwd: "{{ vault_ldap_passwd }}"
# Scripts will tell users to go there to manage their account
intranet_url: 'https://re2o.auro.re/'
# Users in that group will be able to `sudo`
sudo_group: 'sudoldap'
# SSH keys for root account to use when LDAP is broken
ssh_pub_keys: "{{ vault_ssh_pub_keys }}"
2019-01-02 18:23:11 +01:00
# Monitoring
2019-01-02 18:35:36 +01:00
monitoring_mail: 'monitoring.aurore@lists.crans.org'
2019-01-02 18:23:11 +01:00