Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: depolyment roles: Allow deployment without gather_facts #1205

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rjeffman
Copy link
Member

@rjeffman rjeffman commented Feb 6, 2024

When using the deployment roles, some facts about the target node distribution are required, but using 'gather_facts: true' takes a long time as it probes for a lot of facts which are not used by the deployment roles.

By restricting the facts loaded to the ones that are used, there's a reduction in the deployment tasks, as there's less data to be probed before the role is executed.

When using the deployment roles, some facts about the target node
distribution are required, but using 'gather_facts: true' takes a long
time as it probes for a lot of facts which are not used by the
deployment roles.

By restricting the facts loaded to the ones that are used, there's a
reduction in the deployment tasks, as there's less data to be probed
before the role is executed.
@rjeffman rjeffman marked this pull request as draft February 12, 2024 18:57
@rjeffman rjeffman changed the title depolyment roles: Allow deployment without gather_facts WIP: depolyment roles: Allow deployment without gather_facts Feb 12, 2024
@rjeffman rjeffman added the DRAFT label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant