Skip to content
Snippets Groups Projects
Verified Commit 5564f48e authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

For the CI

parent 8b7f6cba
No related branches found
No related tags found
1 merge request!1Initial LDAP client role
......@@ -4,7 +4,7 @@
vars:
# LDAP binding
ldap_base: 'dc=crans,dc=org'
ldap_master_ipv4: '10.128.0.11' #TODO
ldap_master_ipv4: '10.128.0.11' # TODO
ldap_master_uri: "ldap://{{ ldap_master_ipv4 }}"
ldap_user_tree: "cn=Utilisateurs,{{ ldap_base }}"
ldap_nslcd_bind_dn: "cn=nslcd,ou=service-users,{{ ldap_base }}"
......@@ -14,10 +14,9 @@
intranet_url: 'https://intranet.crans.org/'
# Users in that group will be able to `sudo`
sudo_group: 'sudoldap' #TODO
sudo_group: 'sudoldap' # TODO
# SSH keys for root account to use when LDAP is broken
ssh_pub_keys: "{{ vault_ssh_pub_keys }}"
roles:
- ldap-client
......@@ -21,4 +21,4 @@
user: root
key: "{{ ssh_pub_keys }}"
state: present
exclusive: True
exclusive: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment