This is a set of ansible playbooks for controlling new dokku host. To start copy id_rsa_mrgall SSH private key into this dir. Alternatively override per-host vars as in example below.
Install ansible and drop a vault password file inplace:
1 $ pip install 'ansible>=2.5.0'
2 $ vim .vault_pass # ask for it from someone who has it
1 $ ansible-playbook site.yaml -e "ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_ssh_user=$USER"