For the CI
parent
8b7f6cba14
commit
5564f48e0d
1
ldap.yml
1
ldap.yml
|
@ -20,4 +20,3 @@
|
||||||
ssh_pub_keys: "{{ vault_ssh_pub_keys }}"
|
ssh_pub_keys: "{{ vault_ssh_pub_keys }}"
|
||||||
roles:
|
roles:
|
||||||
- ldap-client
|
- ldap-client
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,4 @@
|
||||||
user: root
|
user: root
|
||||||
key: "{{ ssh_pub_keys }}"
|
key: "{{ ssh_pub_keys }}"
|
||||||
state: present
|
state: present
|
||||||
exclusive: True
|
exclusive: true
|
||||||
|
|
Loading…
Reference in New Issue