This repository was archived by the owner on Apr 20, 2026. It is now read-only.
Create ansible-add-satellite.yml#12
Open
bene1988 wants to merge 1 commit into
Open
Conversation
This Playbook adds new satellites to your Icinga2 Master. Just set the User: directive and master_host: directive and fire it up with "ansible-playbook ansible-add-satellite.yml --ask-sudo-pass" and you are good to go.. Please ensure that your inventory contains FQDNs! Its a bit experimental, i will improve it in future. Please let me know if you got hints or tipps.
|
Why not merg this? |
Contributor
|
Thanks for your contribution. |
diegocarrion-wk
pushed a commit
to Workiva/icinga2-ansible
that referenced
this pull request
May 7, 2019
# This is the 1st commit message: add pinned versions for apt icinga # This is the commit message #2: reordering dependencies # This is the commit message #3: fix merge conflict 5500188 # This is the commit message #4: remove duplicates, set final order # This is the commit message #5: updated descriptions and cleanup # This is the commit message #6: externalise icinga2_version # This is the commit message #7: update pyOpenSSL to be build on xenial # This is the commit message #8: add alternative way to add apt keys # This is the commit message #9: ignore errors # This is the commit message Icinga#10: update ubuntu install # This is the commit message Icinga#11: fix syntax # This is the commit message Icinga#12: try new urllib version # This is the commit message Icinga#13: remove urllib3 install # This is the commit message Icinga#14: use .com repos # This is the commit message Icinga#15: remove debmon stuff # This is the commit message Icinga#16: fix dependencies version pin # This is the commit message Icinga#17: remove replaced package # This is the commit message Icinga#18: pin another package # This is the commit message Icinga#19: undo change # This is the commit message Icinga#20: add icinga2-ido-mysql to pinned versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Playbook adds new satellites to your Icinga2 Master. Just set the User: directive and master_host: directive and fire it up with "ansible-playbook ansible-add-satellite.yml --ask-sudo-pass" and you are good to go.. Please ensure that your inventory contains FQDNs!
Its a bit experimental, i will improve it in future. Please let me know if you got hints or tipps.