Provato e testato principali funzioni: OK.
This commit is contained in:
parent
d1b9f233a4
commit
6951028ae5
2 changed files with 8 additions and 1 deletions
|
@ -1,9 +1,14 @@
|
|||
---
|
||||
- hosts: all
|
||||
vars_files:
|
||||
- deploy_vars.yml
|
||||
- domain.yml
|
||||
roles:
|
||||
- fqdn
|
||||
- domsearch
|
||||
- sssd
|
||||
- pam
|
||||
- samba
|
||||
- gvfs
|
||||
- sudoers
|
||||
become: true
|
||||
become_user: root
|
||||
|
|
|
@ -3,3 +3,5 @@ netbios: TEST
|
|||
realm: TEST.LCL
|
||||
domain: test.lcl
|
||||
domainadmin: administrator
|
||||
server: srv.test.lcl
|
||||
personal_share: users
|
Loading…
Add table
Add a link
Reference in a new issue