Ansible configuration policy for the private network/home lab of Dustin C. Hatch http://dustin.hatch.name/
 
 
 
 
Go to file
Dustin 940ea5efb2 domain-controller: Load secrets from vault
If a file exists at `vault/samba-dc/{{ krb5_realm }}`, it will be loaded
before applying the tasks to deploy a Samba domain controller. This can
be used, for example, to set the credentials for adding a new domain
controller to an existing domain.
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: Load secrets from vault 2018-01-29 15:11:07 -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