- Find the playbook you want to pull on the repository. Get the URL of the playbook.
- Use the
ansible-pull
command to pull the playbook from the URL.
BOOK="path/to/playbook.yml"
ansible-pull -U https://github.com/IE-Robotics-Lab/ -i "localhost," -c local -K $BOOK