Rename some roles to make ansible-lint happy.
This commit is contained in:
parent
4d791a65f1
commit
1db0b6ec31
75 changed files with 29 additions and 29 deletions
6
roles/nfsserver/defaults/main.yml
Normal file
6
roles/nfsserver/defaults/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
export_root: /srv/nfs4
|
||||
lan_homes: /home/lan
|
||||
basedn: "{{ 'dc=' + ( ansible_domain | replace('^.','') | replace('.$','') | replace('.',',dc=')) }}"
|
||||
min_id: 10000
|
||||
min_id_sssd: 5000
|
||||
max_id_sssd: 20000
|
Loading…
Add table
Add a link
Reference in a new issue