6 lines
80 B
Bash
6 lines
80 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
ansible-playbook -i inventory.yml main.yml "$@"
|