Ansible configuration policy for the private network/home lab of Dustin C. Hatch http://dustin.hatch.name/
 
 
 
 
Go to file
Dustin cb7c36d65a roles/samba-dc: Support joining existing domain
The *samba-dc* role now supports joining an existing Active Directory
domain as an additional domain controller. The `samba_is_first_dc` variable
controls whether the machine will be provisioned with a new domain (when
true) or added to an existing domain (when false).

Joining an existing domain naturally requires credentials of a user with
permission to add a new DC, the `samba_dc_join_username` and
`samba_dc_join_password` variables can be used to specify them.
Alternatively, if these variables are not defined, then the process will
attempt to use Kerberos credentials. This would require playbooks to
make a ticket-granting-ticket available somehow, such as by executing
`kinit` prior to applying the *samba-dc* role.
2018-01-29 15:11:07 -06:00
group_vars samba-dc: Playbook to deploy Samba AD DCs 2018-01-29 15:07:24 -06:00
roles roles/samba-dc: Support joining existing domain 2018-01-29 15:11:07 -06:00
.gitignore Initial commit 2018-01-02 23:36:42 -06:00
ansible.cfg Initial commit 2018-01-02 23:36:42 -06:00
base.yml base: Base playbook 2018-01-29 15:03:45 -06:00
domain-controller.yml domain-controller: Playbook to deploy Samba DCs 2018-01-29 15:10:28 -06:00
hostname.yml hostname: Playbook to set system hostname 2018-01-02 23:37:00 -06:00
hosts Initial commit 2018-01-02 23:36:42 -06:00
named-server.yml named-server: Playbook to deploy BIND 2018-01-29 15:10:04 -06:00
samba-dc.yml samba-dc: Playbook to deploy Samba AD DCs 2018-01-29 15:07:24 -06:00