Files
configpolicy/roles/samba-dc/handlers/main.yml
Dustin C. Hatch 42ce2434ad roles/samba-dc: Deploy a Samba AD DC
The *samba-dc* role installs Samba on the managed node and configures it
as an Active Directory Domain controller. A custom module,
`samba_domain` handles the provisioning using `samba-tool domain
provision` in an idempotent way.
2018-01-29 15:07:15 -06:00

8 lines
253 B
YAML

- name: restore samba file contexts
command: restorecon -RF /var/lib/samba
- name: display generated admin password
debug:
var=samba_dc_provision.admin_password
- name: save firewalld configuration
command: firewall-cmd --runtime-to-permanent