ansible / product-demos

GNU General Public License v3.0
194 stars 194 forks source link

Update credentials to use `state: exists` #141

Closed l3acon closed 5 months ago

l3acon commented 7 months ago

Update all configuration as code credentials to use state: exists (see https://github.com/ansible/awx/pull/13725)

Using state: exists allows credentials to not be over-written, improving idempotency . This is particularly helpful when attempting to use Product-demos in brown-field environments, as well as improving the debugging/troubleshooting experience

l3acon commented 5 months ago

@willtome solved this with https://github.com/ansible/product-demos/pull/150