David Danielsson

Results 96 comments of David Danielsson

After doing all this I had a thought... I wonder if I should be doing lineinfile and replacing hostnames and passwords, along with moving the playbook to the root that...

I might do that, though to be honest I already help maintain around 4 collections already so I definitely understand trying to be careful to not add a lot more....

ok fixed the postgres issue, I had to change the permissions on the directories, not sure why but when I checked the pods log it said permission denied so I...

I also hit an issue with the galaxy operator and it was saying 'patchesStrategicMerge is deprecated update to patches' so I PR'ed that change which is why I am changing...

I think this is working and is simpler solution and automates closely to how your instructions are laid out. #334

so the galaxy change is required until they do a new release because with the current config the kuberneties.core module will not deploy it due to using depreciated syntax which...

https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.document_end

that is not how lookups work, you would create credential_input_source which would look something like: ``` - source_credential: cyberark target_credential: gitlab input_field_name: password metadata: object_query: "Safe=MY_SAFE;Object=AWX-user" object_query_format: "Exact" description: Fill...

that list is out of date, I think we might want to consider just pointing to other documentation to provide an accurate up to date list so that is not...

any credential type if it is a builtin or custom credential is "supported" by the module to create a credential associated to that type. as for those 2 inputs the...