add run script
This commit is contained in:
parent
321101b237
commit
d1165fc6f2
1 changed files with 5 additions and 0 deletions
5
run_playbook
Executable file
5
run_playbook
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/sh
|
||||
|
||||
eval `ssh-agent -s`
|
||||
ssh-add
|
||||
ansible-playbook $1
|
Loading…
Reference in a new issue