Alan Rominger

Results 253 comments of Alan Rominger

you can grep the logs for "delete_inventory" https://github.com/ansible/awx/blob/73e02e745aa3d76a43c75b25176bd9972cd82a26/awx/main/tasks/system.py#L796 It might have failed to run the task, or failed while in it. That will only happen once when the delete button...

> SSL SYSCALL error: EOF detected Was anyone reporting this issue using a managed postgres database? Like the Azure offering.

We've had multiple similar reports of this type, and actually, https://github.com/ansible/awx/issues/709 was really good reading on the topic for me. In your case, is it possible that the process which...

> create an x.icinga2.yml with a vaulted password This is the case that is not supported, and tracked in the primary issue https://github.com/ansible/awx/issues/4089, but from what you said you are...

There are several other implementations of this method `preferred_instance_groups`, and I don't think we can call this complete without updating those. For example, for ad hoc commands. https://github.com/ansible/awx/blob/85a5b58d1882c683341573390b9213dc292f97ff/awx/main/models/ad_hoc_commands.py#L230-L242 If I...

One of the big next steps I think we should take in this area (and notifications too) is to express the search criteria used in the UI... in some special...

Would you say that this is the same issue as https://github.com/ansible/awx/issues/5692? It sounds like it might be the same issue, but this has a different angle on how it might...

@jbradberry what would you think of this implementation: Introduce a new instance group reserved name, and create it at the same time that we create the `default` and `controlplane` instance...

I don't think your first proposal would solve the problem here. My problem with a new JT field is that this isn't just about JTs. Talking more about it, I...

Right now, people associate instance groups to their organization in order to allow organization admins to access them. If instance groups had an `admin_role`, then they would just delegate that...