ansible/run_playbook
2021-04-23 19:14:28 +02:00

6 lines
63 B
Bash
Executable file

#!/usr/bin/sh
eval `ssh-agent -s`
ssh-add
ansible-playbook $*