Re-add Ansible and DigitalOcean

This commit is contained in:
Oliver Davies 2021-03-14 18:16:46 +00:00
parent 51db8d5609
commit ff4b027814
21 changed files with 472 additions and 312 deletions

10
tools/ansible/ansible.cfg Normal file
View file

@ -0,0 +1,10 @@
[defaults]
bin_ansible_callbacks = True
inventory = hosts.yml
nocows = True
roles_path = .roles
stdout_callback = yaml
verbosity = 1
[ssh_connection]
pipelining = True