forked from infra/ansible
Remove BKCA for good
This commit is contained in:
parent
50cab2429d
commit
5c07927012
@ -8,6 +8,3 @@
|
|||||||
|
|
||||||
- name: update-initramfs
|
- name: update-initramfs
|
||||||
command: update-initramfs -u -k all
|
command: update-initramfs -u -k all
|
||||||
|
|
||||||
- name: update-ca-certificates
|
|
||||||
command: update-ca-certificates
|
|
||||||
|
@ -49,10 +49,6 @@
|
|||||||
- name: Set shell for root user
|
- name: Set shell for root user
|
||||||
user: name=root shell=/bin/zsh
|
user: name=root shell=/bin/zsh
|
||||||
|
|
||||||
- name: Remove BKCA certificate
|
|
||||||
file: path=/usr/local/share/ca-certificates/BKCA.crt state=absent
|
|
||||||
notify: update-ca-certificates
|
|
||||||
|
|
||||||
- name: Create LDAP client config
|
- name: Create LDAP client config
|
||||||
template: src=ldap.conf.j2 dest=/etc/ldap/ldap.conf mode=0644
|
template: src=ldap.conf.j2 dest=/etc/ldap/ldap.conf mode=0644
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user