Raptus1
Raptus1
You can set your own control_plane_ee_image and other images by using setting the value in spec: https://github.com/ansible/awx-operator#deploying-a-specific-version-of-awx Still would be nice with a new ee-tag, as the latest is too...
Same as @dcardellino here. Update: In my case it was because the variable postgresql_global_config_options got facts set in another role, overwriting the variable set in this role. https://github.com/pulp/pulp_installer/issues/1242#issuecomment-1182983131
Hi, You are missing the log_directory variable that you can find under defaults: postgresql_global_config_options: - option: unix_socket_directories value: '{{ postgresql_unix_socket_directories | join(",") }}' - option: log_directory value: 'log' If you...
Hi Seth. Thank you for the reply. It is running on an external db (awx with operator in an aks cluster connected to an external Postgres as a service using...
Apologies for the misunderstanding. I have updated the spec together with the secret in OP now. It is not the complete spec though, but I did not feel the need...
I have been on vacation so have not been able to follow this up, but will a potential fix (if @fosterseth is correct on the expectation) be added to a...
Jumping on this because of a migration test using AWXBackup and AWXRestore for the first time migrating from pg 13 to 15 from Operator 2.11.0 to 2.18.0 and AWX from...
@DO1JLR Just came over this repo looking for a nice ansible playbook for installing gitea and found this issue. For containers, I recommend using the different types of containers from...
+1 for more auto discovery. would be amazing to be able to have some device discovery that could be used together with a type of filter.
@shyamvalsan Does the merged PR deal properly with your request? I have not tested the merged code/functionality. PR is not listed in any change requests but got merged into main...