redhat-cop/infra-ansible

Allow Ansible Tower management roles option to preserve missing items

paulbarfuss opened this issue · 1 comments

The following Ansible Tower roles all have functionality to detect items missing from the inventory and automatically remove missing items with a DELETE method

manage-workflow-templates
manage-workflow-templates
manage-projects
manage-credentials
manage-inventories
manage-job-templates

I believe this is a strong default behavior, however my current work could benefit from having multiple inventories to configure the same Tower instance.

Would it be possible to add a conditional to each of these plays to be able to disable this behavior? Perhaps a preserve_missing variable which is set to false by default to add new functionality without changing existing inventories?

This has been resolved.