We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to install ansible roles/collections via requirements.yml, so I do not have to maintain the requirements twice.
I would like to add the requirements in two ways:
ansible: requirements: - https://raw.githubusercontent.com/T-Systems-MMS/ansible-role-maxscale/master/requirements.yml
Unfortunately, the way it is documented in https://github.com/telekom-mms/docker-management-container/blob/main/docs/usage/setup_and_configuration/tool_config.md is currently not working, as
# https://github.com/telekom-mms/docker-management-container/blob/main/template.d/21_requirements#L39 ansible-galaxy install -r $URL
is not a functionality the ansible-galaxy command offers.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
It would be nice to install ansible roles/collections via requirements.yml, so I do not have to maintain the requirements twice.
I would like to add the requirements in two ways:
Unfortunately, the way it is documented in https://github.com/telekom-mms/docker-management-container/blob/main/docs/usage/setup_and_configuration/tool_config.md is currently not working, as
is not a functionality the ansible-galaxy command offers.
Additional information
No response
The text was updated successfully, but these errors were encountered: