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 /roles/ldap_certs/main.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 'roles/ldap_certs/main.yml')
-rw-r--r-- | roles/ldap_certs/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/ldap_certs/main.yml b/roles/ldap_certs/main.yml new file mode 100644 index 0000000..430c387 --- /dev/null +++ b/roles/ldap_certs/main.yml @@ -0,0 +1,6 @@ +--- +- hosts: all + vars_files: + - vars/default.yml + tasks: + - include: tasks/main.yml |