diff options
author | B Stack <bgstack15@gmail.com> | 2016-10-06 10:54:16 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2016-10-06 10:54:16 -0400 |
commit | 44b47fd6e17f8de9f0038d94eb9f6e198c003fab (patch) | |
tree | bf0c1bc525388972dee96ff68158b108748af484 /test.yml | |
parent | Fixed filename export process in scrub.py (diff) | |
download | ansible01-44b47fd6e17f8de9f0038d94eb9f6e198c003fab.tar.gz ansible01-44b47fd6e17f8de9f0038d94eb9f6e198c003fab.tar.bz2 ansible01-44b47fd6e17f8de9f0038d94eb9f6e198c003fab.zip |
Fixed a few things, added ldap_certs stub
Diffstat (limited to 'test.yml')
-rw-r--r-- | test.yml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,12 +1,12 @@ --- -- name: Test playbook for sudo +- name: Test playbook for ldap_certs hosts: test remote_user: root roles: - sudo + - ldap_certs vars: - sudo_strings: - - { priority: 42, exists: 'false', name: 'admins-do-all', content: 'User_Alias ADMINS = Bgstack15, bgstack15, user16, User16' } - - { priority: 43, exists: false, name: 'a', content: "ADMINS ALL=(ALL) ALL" } - sudo_files: - - { exists: 'false', file: '../../../company/sudo-files/40_BGSTACK15' } + ldap_certs: + - { exists: 'true', gets_hashlink: 'false', file: '../../../company/ldap_certs-files/CA1-CA1.crt' } + - { exists: 'true', 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' } |