autofs: Initial version of role

This commit is contained in:
Timo Makinen 2020-09-09 18:28:00 +00:00
parent dde5a9f61d
commit 09a6bcce84
4 changed files with 65 additions and 0 deletions

View 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"
/>