From 5564f48e0d3bf234ee9e95e0223d14f1a307d17e Mon Sep 17 00:00:00 2001 From: Alexandre Iooss <erdnaxe@crans.org> Date: Sun, 14 Apr 2019 09:10:48 +0200 Subject: [PATCH] For the CI --- ldap.yml | 5 ++--- roles/ldap-client/tasks/main.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ldap.yml b/ldap.yml index e0972c26..8024d1f1 100644 --- a/ldap.yml +++ b/ldap.yml @@ -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 - diff --git a/roles/ldap-client/tasks/main.yml b/roles/ldap-client/tasks/main.yml index 8e4031a7..7b79d34d 100644 --- a/roles/ldap-client/tasks/main.yml +++ b/roles/ldap-client/tasks/main.yml @@ -21,4 +21,4 @@ user: root key: "{{ ssh_pub_keys }}" state: present - exclusive: True + exclusive: true -- GitLab