ipfs-search / ipfs-search-deployment

Ansible playbooks for the deployment of ipfs-search.com
Other
4 stars 2 forks source link

grafana-loki-install playbook added #2

Closed spookyrecharge closed 2 years ago

spookyrecharge commented 2 years ago

PR open

spookyrecharge commented 2 years ago

Place Grafana-password in inventory/vault/group_vars/all/vault.yml

I've added an encrypted var to inventory/vault/group_vars/all/vars.yml, I think vault.yml is not the correct place?

dokterbob commented 2 years ago

Place Grafana-password in inventory/vault/group_vars/all/vault.yml I've added an encrypted var to inventory/vault/group_vars/all/vars.yml, I think vault.yml is not the correct place?

No, I am following the best practises from here: https://docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.html#keep-vaulted-variables-safely-visible

I couldn't see the changes in the inventory, I think you need to push submodules separately. Some background: https://stackoverflow.com/a/10878273