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.
This commit is contained in:
4
roles/samba-dc/templates/krb5.conf.j2
Normal file
4
roles/samba-dc/templates/krb5.conf.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
[libdefaults]
|
||||
default_realm = {{ krb5_realm }}
|
||||
dns_lookup_realm = false
|
||||
dns_lookup_kdc = true
|
||||
Reference in New Issue
Block a user