This website requires JavaScript.
Explore
Help
Sign in
systems
/
infrastructure
Watch
1
Fork
You've already forked infrastructure
0
Code
Issues
1
Pull requests
12
Activity
Actions
3a8031cba4
infrastructure
/
scripts
/
ansible
/
deploy.sh
8 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
Init ansible workflow
2019-12-08 11:58:43 +00:00
#!/usr/bin/env bash
Use ansible collections for things
2021-02-07 13:02:14 +00:00
set
-ex
Add a master deploy script
2019-12-08 17:03:17 +00:00
Add ansibe confgi file
2020-01-17 20:38:45 +00:00
cd
ansible/
Read vault password from bitwarden instead of filesystem https://theorangeone.net/posts/ansible-vault-bitwarden/
2021-12-20 17:25:18 +00:00
time
ansible-playbook main.yml -K
$@
Reference in a new issue
Copy permalink