ansible/run_playbook

6 lines
63 B
Bash
Executable File

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