controller_configuration
controller_configuration copied to clipboard
A collection of roles to manage Ansible Controller and previously Ansible Tower
# What does this PR do? In order to display diff output and correct changed state, `changed_when` statement needs to be set properly. Currently `changed` is just inverted with the...
Update pre-commit - Updated pre-commit - Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request
# Summary When using "adhoc" role as a permission, when it is retrieved from the API the value is "Ad Hoc", which gets converted to "ad_hoc" in https://github.com/redhat-cop/controller_configuration/blob/devel/plugins/lookup/controller_object_diff.py#L233 so it...
# Summary Same issue that happened with hosts, this time for groups (for hosts it works fine). Hosts issue: https://github.com/redhat-cop/controller_configuration/issues/743 I guess the same fix from PR747: https://github.com/redhat-cop/controller_configuration/pull/747/files#diff-cf775aa45cd2bafbffb08da0d23b365cbf9a54a74fc9c20679528e211659ed0bR17 Needs to...
# Summary When exporting with `filetree_create`, the output can contain items with `"null"` value. This is causing problems when trying to import that generated configuration files. In a similar way,...
# Summary filetree_export does not behave properly when targeting an Ansible Tower machine # Issue Type - Bug Report # Ansible, Collection, Controller details Ansible Tower Version Tower 3.8.6 Jump...
Hello , is it possible to refer another credential on password filed with controller_credentials ? for example i have created credential **CyberArk** with type CyberArk Central Credential Provider Lookup i...
# Summary After I apply automation to configure extra_vars for job templates and workflow templates (and similar things for inventory sources) I see the web UI defaults to JSON view...
trying to fix the issues workflows
# What does this PR do? updating credentials readme to point to ansible docs to give an accurate up to date list of builtin credential types # How should this...