preparation for role domaincontroller
This commit is contained in:
11
roles/domaincontroller/tasks/install.yml
Normal file
11
roles/domaincontroller/tasks/install.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: domaincontroller | install | install samba, kerberos and certbot packages
|
||||
package:
|
||||
name:
|
||||
- samba
|
||||
- smbclient
|
||||
- krb5-user
|
||||
- winbind
|
||||
- python3-dnspython
|
||||
- certbot
|
||||
state: present
|
||||
Reference in New Issue
Block a user