Skip to content
Snippets Groups Projects

Modify roles in cheaha.yml playbook to enable a standalone proxy

2 files
+ 151
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -33,10 +33,11 @@
- { src: ca.pem }
- { src: ldap.key }
- { src: ldap.pem }
when: "'proxy' not in group_names"
- name: Copy ldap config into place
ansible.builtin.copy:
src: nslcd.conf
ansible.builtin.template:
src: nslcd.conf.j2
dest: /etc/nslcd.conf
owner: root
group: root
Loading