Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

add option to propagate binaries without access to internet #83

Merged
merged 2 commits into from
Nov 11, 2019

Conversation

paulfantom
Copy link
Member

Since this is frequently requested, I am adding an option to install alertmanager without access to github. It can be done when binaries are available on deployer host (one on which ansible is run) by specifying path to a directory containing alertmanager AND amtool binaries. Variable responsible for it is called

It is important to notice that alertmanager_binaries_local_dir is a path to a directory and not to each binary.

Resolves #49

Same mechanism will be ported to other repositories.

@paulfantom paulfantom force-pushed the local_binaries branch 2 times, most recently from dc7d706 to 2ccdd4f Compare August 21, 2019 13:56
@paulfantom
Copy link
Member Author

@SuperQ WDYT?

@stale
Copy link

stale bot commented Oct 5, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Oct 5, 2019
@stale stale bot closed this Oct 19, 2019
@paulfantom paulfantom reopened this Oct 19, 2019
@stale stale bot removed the wontfix This will not be worked on label Oct 19, 2019
@paulfantom paulfantom merged commit 37fb3b5 into master Nov 11, 2019
@paulfantom paulfantom deleted the local_binaries branch November 11, 2019 18:34
DaazKu added a commit to vanillaops/fork-ansible-node-exporter that referenced this pull request Dec 4, 2019
paulfantom pushed a commit to cloudalchemy/ansible-node-exporter that referenced this pull request Dec 5, 2019
* add option to propagate binaries without access to internet

Same as cloudalchemy/ansible-alertmanager#83 and cloudalchemy/ansible-prometheus#239 but for Node exporter.

* Fix typo

* Fix molecule/alternative/prepare.yml

* Fix molecule/alternative/prepare.yml again :D

* Fix _checksum not being defined

* Use double quotes for consistency

* Fix typo...

* Fix c/p error
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Having the choice to install the package or not
1 participant