Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 591 Bytes

README.rst

File metadata and controls

25 lines (17 loc) · 591 Bytes

mrgall dokku host

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.

Prerequisites:

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

Run:

1  $ ansible-playbook site.yaml -e "ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_ssh_user=$USER"