Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 415 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 415 Bytes

scripts

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