8 lines
108 B
Bash
Executable File
8 lines
108 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
PATH=env/bin:${PATH}
|
|
|
|
ansible-playbook -i ansible/hosts ansible/main.yml -k -K
|