From 44b47fd6e17f8de9f0038d94eb9f6e198c003fab Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 6 Oct 2016 10:54:16 -0400 Subject: Fixed a few things, added ldap_certs stub --- test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test.yml') diff --git a/test.yml b/test.yml index f170ffd..c72e519 100644 --- a/test.yml +++ b/test.yml @@ -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' } -- cgit