How to automatically install Ansible Galaxy roles?

前端 未结 8 564
借酒劲吻你
借酒劲吻你 2020-12-07 07:50

All my Ansible playbooks/roles are checked in to my git repo.

However, for Ansible Galaxy roles I always have to explicitly download them one by one on every machine

8条回答
  •  温柔的废话
    2020-12-07 08:45

    If requirements.yml resides in the roles directory of your project, then Tower/AWX installs the roles automatically.

提交回复
热议问题