ansible / awx-resource-operator

41 stars 34 forks source link

set gather_facts to false #29

Open mikeshng opened 4 years ago

mikeshng commented 4 years ago

@tima mentioned that gather_facts should be set to false for Ansible based operator to see some performance improvement. See https://github.com/operator-framework/operator-sdk-samples/pull/160 for more details.

This issue is to make sure we don't lose track of this improvement.

mikeshng commented 4 years ago

Due to a bug in operator-sdk https://github.com/operator-framework/operator-sdk/pull/3933 gather facts can't be disable for roles without wrapping it with playbook.

As discussed, we will only disable the gather facts for job runner only for now.