Add tests and fix structure to prevent errors
This commit is contained in:
parent
a057c34d94
commit
7b259dc86a
7 changed files with 26 additions and 3 deletions
11
vars/defaults.yml
Normal file
11
vars/defaults.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
ansible_python_interpreter: "/usr/bin/python3"
|
||||
ansible_wheel: root
|
||||
mail_server: mail.foo.sh
|
||||
mail_domain: foo.sh
|
||||
ldap_basedn: dc=foo,dc=sh
|
||||
ldap_server: [ldap.foo.sh]
|
||||
kerberos_realm: FOO.SH
|
||||
tls_certs: /etc/pki/tls/certs
|
||||
tls_private: /etc/pki/tls/private
|
||||
tls_bundle: /etc/pki/tls/cert.pem
|
Loading…
Add table
Add a link
Reference in a new issue