In the Ansible Playbook task, the script location is expected to be on an Ansible server or allowed to be written directly within the task.

I am asking for these Ansible scripts to be directly accessed from the GitHub server path.

This will allow the scripts to be managed in GitHub while it can be pulled directly from the Ansible Playbook task to execute. Typically the user would need to provide the path of the script file in GitHub and the task should be able to use the GitHub connection to fetch the file and execute on the Ansible server.

Comments