diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2014-08-23 17:31:41 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2014-08-23 17:31:41 +0200 |
commit | 5b1cc7e49adeb7c6060f04fda0a667e3e17809ab (patch) | |
tree | 0d686367329a97992f9a80d9a960c75890d1e68a /ansible-playbook | |
download | fiken-ansible-5b1cc7e49adeb7c6060f04fda0a667e3e17809ab.tar.gz fiken-ansible-5b1cc7e49adeb7c6060f04fda0a667e3e17809ab.tar.bz2 fiken-ansible-5b1cc7e49adeb7c6060f04fda0a667e3e17809ab.tar.xz fiken-ansible-5b1cc7e49adeb7c6060f04fda0a667e3e17809ab.zip |
wip
Diffstat (limited to 'ansible-playbook')
-rwxr-xr-x | ansible-playbook | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible-playbook b/ansible-playbook new file mode 100755 index 0000000..f15757a --- /dev/null +++ b/ansible-playbook @@ -0,0 +1,4 @@ +#!/bin/bash +# Run with: +# ./ansible -K --limit production provision.yml +exec ansible-playbook -i hosts "$@" |