Ansible scripts for radicalDNS.
- Ansible
- GPG
- Running gpg-agent
- Decrypt the
hosts
file:
gpg -d hosts.gpg > hosts
- Verify:
ansible -m ping radicaldns
- Run the whole thing:
ansible-playbook -v main.yml
You should be able to use vault with your gpg key:
ansible-vault view private.yml