Fix some ansible-lint complaints.
This commit is contained in:
parent
c7030c9245
commit
2cf34e8e55
64 changed files with 357 additions and 297 deletions
|
@ -1,9 +1,9 @@
|
|||
ldap_admin_pwd: "{{ lookup('password', '/tmp/ldap_admin.pwd chars=ascii_letters,digits length=32') }}"
|
||||
ldap_admin_pwd_file: "/root/ldap-admin.pwd"
|
||||
basedn: "{{ 'dc=' + ( ansible_domain | replace('^.','') | replace('.$','') | replace('.',',dc=')) }}"
|
||||
TLSCertificateFile: "/etc/ssl/certs/ssl-cert-snakeoil.pem"
|
||||
TLSCertificateKeyFile: "/etc/ssl/private/ssl-cert-snakeoil.key"
|
||||
lan_homes: /home/lan
|
||||
certpub: "/etc/ssl/certs/ssl-cert-snakeoil.pem"
|
||||
certpriv: "/etc/ssl/private/ssl-cert-snakeoil.key"
|
||||
lan_homes: /home/lan
|
||||
min_id: 10000
|
||||
max_id: 20000
|
||||
ldapuser_gid: 8000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue