Hello
I am new in ansible AWX world.
I want to call a yml from another yml file in AWX. Both of these yml present on github and i can also able to see them on drop-down list in awx templates.
Thanks in advance.
With Regards
Mahendra Raghuwanshi
Hello
I am new in ansible AWX world.
I want to call a yml from another yml file in AWX. Both of these yml present on github and i can also able to see them on drop-down list in awx templates.
Thanks in advance.
With Regards
Mahendra Raghuwanshi
You can either use workflow editor in awx or point the new playbook file using ‘include’ module . Check out both these guides
Workflow editor : http://docs.ansible.com/ansible-tower/latest/html/userguide/workflow_templates.html
Include module : http://docs.ansible.com/ansible/latest/modules/include_module.html