forked from infra/ansible
Move LDAP CA certificate to a better location.
This commit is contained in:
parent
23cfe4486e
commit
7f8971338c
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
ldap_ca: /etc/ssl/BKCA.crt
|
ldap_ca: /etc/BKCA.crt
|
||||||
ldap_uri: ldaps://ldap.binary.kitchen/
|
ldap_uri: ldaps://ldap.binary.kitchen/
|
||||||
ldap_host: ldap.binary.kitchen
|
ldap_host: ldap.binary.kitchen
|
||||||
ldap_base: dc=binary-kitchen,dc=de
|
ldap_base: dc=binary-kitchen,dc=de
|
||||||
|
@ -35,4 +35,4 @@
|
|||||||
user: name=root shell=/bin/zsh
|
user: name=root shell=/bin/zsh
|
||||||
|
|
||||||
- name: Copy LDAP certificate
|
- name: Copy LDAP certificate
|
||||||
copy: src=BKCA.crt dest=/etc/ssl/BKCA.crt
|
copy: src=BKCA.crt dest=/etc/BKCA.crt
|
||||||
|
@ -27,4 +27,4 @@
|
|||||||
- { src: 'prompt_gentoo_setup', dest: '/usr/local/share/zsh/5.2/functions/Prompts/prompt_gentoo_setup' }
|
- { src: 'prompt_gentoo_setup', dest: '/usr/local/share/zsh/5.2/functions/Prompts/prompt_gentoo_setup' }
|
||||||
|
|
||||||
- name: Copy LDAP certificate
|
- name: Copy LDAP certificate
|
||||||
copy: src=BKCA.crt dest=/etc/ssl/BKCA.crt
|
copy: src=BKCA.crt dest=/etc/BKCA.crt
|
||||||
|
Loading…
Reference in New Issue
Block a user