No description
helper target, to ping all demo servers at one Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch> |
||
|---|---|---|
| inventories | ||
| playbooks | ||
| .gitignore | ||
| ansible.cfg | ||
| Makefile | ||
| README.md | ||
| requirements.yml | ||
| Vagrantfile | ||
reference-ansible
Secrets
Secrets are managed using OpenBao. Download the CLI binary once (not checked in):
curl -L https://github.com/openbao/openbao/releases/latest/download/bao_linux_amd64 -o ./bao && chmod +x ./bao
Authenticate and export token before running playbooks:
export BAO_ADDR=https://bao.digitalboard.ch
./bao login -method=oidc -path=Digitalboard
export VAULT_TOKEN=$(./bao print token)