5 lines
63 B
Bash
Executable file
5 lines
63 B
Bash
Executable file
#!/usr/bin/sh
|
|
|
|
eval `ssh-agent -s`
|
|
ssh-add
|
|
ansible-playbook $*
|