Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 406 Bytes

How pull any ansible playbook

  1. Find the playbook you want to pull on the repository. Get the URL of the playbook.
  2. 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