blob: 9ef1e9cb2bc54ce4f0a004cb23e2c2236215e1c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
- name: Test playbook for ldap_certs
hosts: test
remote_user: root
roles:
- ldap_certs
vars:
ldap_certs:
- { exists: 'false', gets_hashlink: 'false', file: '../../../company/ldap_certs-files/CA1-CA1.crt' }
- { exists: 'false', gets_hashlink: 'false', file: '../../../company/ldap_certs-files/CA2-SubCA.crt' }
- { exists: 'true', gets_hashlink: 'true', file: '../../../company/ldap_certs-files/certs-example-2016.pem' }
|