controller_configuration
controller_configuration copied to clipboard
A collection of roles to manage Ansible Controller and previously Ansible Tower
Please make this role compatible with `awx.awx.export` / `awxkit`. It does not work out of the box: Steps to reproduce: 1. Run the export playbook: ```yaml --- - hosts: localhost...
I am trying to figure out if there is a bug in the role or if I have something wrong in the vars. ``` --- controller_workflows: - name: test_workflow description:...
The controllor_configure.yml playbook has a pre task to import the vars files from the configs dir. In it's current form it's rather picky on what it finds there. I make...
Hi, I have been banging my head to a problem of how to define ```execution_environment``` for ```controller_template```. If I take out a template from AAP2.1 using the awx collection, it...
It is documented in the README, and it can be used because in `roles/job_template/tasks/main.yml` the parameter is passed to the `job_template` awx module, but is missing from the commented default...
Update differential tests to be able to use a different search or no search and be able to do the following objects group, host, workflow_job_template_node, user Example code work that...
Diff appears to fail if there is only one object currently on Controller TASK [Find the difference of Project between what is on the Controller versus curated list.] *************************************************************************************************************** task...
Diff Assumes object assigned to orgs. Credential is owned by the user admin TASK [Find the difference of Project between what is on the Controller versus curated list.] *************************************************************************************************************** task...
I would like to be able to use the ID instead of name. Maybe in general, but in my case it breaks when I use redhat_cop.controller_configuration.hosts I try to configure...
This is an issue in all of the `object_diff` and `filetree_create` roles. Also would be good to update our documentation around the diff plugin where we may have mentioned the...