Skip to content

IERoboticsAILab/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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