chore: start modeling gymburgdorf demo and test bao secret lookup
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
bcb75ed078
commit
2f9f7e61f9
8 changed files with 28 additions and 6 deletions
6
Makefile
6
Makefile
|
|
@ -1,6 +1,12 @@
|
|||
export BAO_ADDR=https://bao.digitalboard.ch
|
||||
|
||||
install:
|
||||
ansible-galaxy collection install -r requirements.yml -p collections
|
||||
|
||||
bao:
|
||||
bao login -method=oidc -path=Digitalboard role=default
|
||||
$(eval export VAULT_TOKEN=$(shell bao print token))
|
||||
|
||||
ping_demo:
|
||||
echo "# pinging demo-gymburgdorf"
|
||||
ansible all -i inventories/demo-gymburgdorf/hosts.yml -m ping || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue