infra-ansible icon indicating copy to clipboard operation
infra-ansible copied to clipboard

Tooling / Ansible to support the many aspects of infrastructure installation, setup and configuration.

Results 67 infra-ansible issues
Sort by recently updated
recently updated
newest added

The error returned from ansible is the same as in this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1575845. Comments in the bug have a workaround that worked for me (restart DBus and firewalld, rerun playbook)...

Hi, I think it would be a good idea to start using the ansible tower modules instead of using the api directly via the uri module. This means tower-cli has...

The following should work in `roles/config-packages/tasks/main.yml` and would be much faster: ``` --- - name: 'Install additional Software packages/tools' package: name: '{{ list_of_packages_to_install }}' state: installed ``` I don't do...

If the host isn't yet registered (or has been forcefully de-registered) and either `rhsm_password` or `rhsm_user` is missing, subscription-manager will wait for input of the missing value(s) and the playbook...

Make use of https://github.com/redhat-cop/casl-ansible/tree/master/roles/openshift-route-status in openshift-applier inventories to eliminate the OCP dependency in this role. Remove wait-for-nexus.yml and the `oc get route` task Make http v.s. https configurable and/or fetched...

When provisioning tower and using ldap, there is an issue where due to the service account not being a member of the tower group, the run fails when trying to...

Currently, the `manage-workflow-templates` role deletes all workflow nodes for every run, and re-adds the ones that it deleted if they are still in the inventory. This issue is to enhance...

enhancement

The current repo handling in the configure_satellite role runs through and enables all repos regardless if they are enabled or not and hence ignoring errors to make it work. This...

enhancement

As-is, the manage-haproxy role includes all configuration in one file. This works, but may be a bit hard to manage at times. The role should be updated to support using...

enhancement

I know this can become massive and maybe a little harder to manage since it can be over 30 roles but, git project management wise it might be better that...