autofs: Initial version of role
This commit is contained in:
parent
dde5a9f61d
commit
09a6bcce84
4 changed files with 65 additions and 0 deletions
9
roles/autofs/templates/autofs_ldap_auth.conf.j2
Normal file
9
roles/autofs/templates/autofs_ldap_auth.conf.j2
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" ?>
|
||||
<autofs_ldap_sasl_conf
|
||||
usetls="no"
|
||||
tlsrequired="no"
|
||||
authrequired="yes"
|
||||
authtype="EXTERNAL"
|
||||
external_cert="{{ tls_certs }}/{{ inventory_hostname }}.crt"
|
||||
external_key="{{ tls_private }}/{{ inventory_hostname }}.key"
|
||||
/>
|
Loading…
Add table
Add a link
Reference in a new issue