Skip to content

Instantly share code, notes, and snippets.

View pjgoodall's full-sized avatar

Peter Goodall pjgoodall

  • Sydney, Australia
View GitHub Profile
@yasuflatland-lf
yasuflatland-lf / ansible-pull sample cmd.sh
Last active August 31, 2022 09:16
ansible-pull sample
# Place local.yml at the same directory
ansible-pull -e 'ansible_python_interpreter=/usr/bin/python3' \
-U https://<Git Access Token here>:x-oauth-basic@github.com/<Your organization in Github name here>/<Your Github private repository name here> \
-d /tmp/<Your Github private repository name here> ./local.yml