mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-25 20:04:00 +00:00
7 lines
114 B
Bash
Executable file
7 lines
114 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
cd ansible/
|
|
|
|
time ansible-playbook main.yml -K --vault-password-file .vault_pass $@
|