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

ansible: node-exported download behavior #389

Open
travisdowns opened this issue Jun 26, 2024 · 1 comment
Open

ansible: node-exported download behavior #389

travisdowns opened this issue Jun 26, 2024 · 1 comment

Comments

@travisdowns
Copy link

travisdowns commented Jun 26, 2024

The node exporter install ansible role downloads binaries locally and then uploads to all hosts. Imagine you are deploying something from your laptop over a dinky home connection to 100 hosts in the cloud. This is going to take a long time.

Can we add a mode where it downloads the binaries onto the hosts themselves? This could be as simple as using omit for the delegate_to: values in the tasks that deal with with the download and then skipping the upload ("propagate") step.

@nevart
Copy link

nevart commented Aug 9, 2024

The same applies to prometheus, and probably other components, as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants