7 lines
75 B
Bash
Executable File
7 lines
75 B
Bash
Executable File
|
|
set -a
|
|
source ${1}
|
|
set +a
|
|
|
|
ansible-playbook -e="target=localhost" env.yml
|