controller_configuration
controller_configuration copied to clipboard
A collection of roles to manage Ansible Controller and previously Ansible Tower
After the last week we've had multiple people using the examples and playbooks without really understanding the collection and running into problems, Do we want to move the examples to...
creating this because that is the solution to all the other diff issues that are open and I am closing those referencing this issue to track the rewrite of the...
With a controller_template definition of: ``` controller_templates: - name: No Labels Defined job_type: run inventory: Demo Inventory project: Demo Project playbook: hello_world.yml credentials: - Demo Credential labels: - dev ```...
All of our roles readmes show that User/Pass/AND OAUTH are required variables, We should fix it as it should be either user/pass OR OAuth.
### What does this PR do? Fixed whitespaces between {raw} strings. Also, I've added variable "query_controller_api_max_objects" to filetree-create role README.md. Finally, I've removed from template roles/filetree_create/templates/current_organizations.j2 the galaxy_credentials variable, which...
The current license role is a bit of a workaround for manifests, but we should use the new subscription module to make it easier to use. example playbook: ``` ---...
# Summary With latest AAP installation (Ansible Automation Platform 2.4.3 - controller 4.4.8) we get following error: We could also replicate it by updating the execution env image, to one...
# Summary When trying to remove inventory_sources not declared in Conf as code using the object_diff role, the role fails in the task `[ infra.configuration.inventory_sources : Managing Inventory Sources ]...
# Summary The workflow role has `destroy_current_nodes` as an option but there are no examples to show how to use it. The type is shown as `dict` which is a...
Update project sync time to be 60s, by increasing delay to 2. Many projects with collection requirements take longer then 30 seconds, we shall increase the delay by to 2...