1
0
Fork 0
gist/osquery/run.sh

11 lines
151 B
Bash
Raw Normal View History

2023-04-24 15:07:07 +00:00
#!/bin/bash
if [ $# -ne 1 ]; then
echo "Usage: $0 <playbook_file>"
exit 1
fi
playbook_file=$1
ansible-playbook $playbook_file --ask-become-pass