ansible/run_playbook

6 lines
63 B
Plaintext
Raw Normal View History

2021-04-22 20:34:14 +02:00
#!/usr/bin/sh
eval `ssh-agent -s`
ssh-add
ansible-playbook $*