queeriouslabs / infrastructure

0 stars 1 forks source link

prepare for using vault, use ansible.cfg instead of -i #15

Closed marcidy closed 1 year ago

marcidy commented 1 year ago

move tachikoma host_vars to a sub-directory put webhooks secret in host_vars/tachikoma/sekrets.yml update ansible.cfg to refer to vault password file update ansible.cfg to refer to host file so we don't need to pass -i on cli

$ ansible-vault view host_vars/tachikoma/sekrets.yml works as expected if you have the vault password. The secrets are not used right now, but will be shortly.

Also i added vim-nox to utils so i can use vim.