-
-
Save xakrume/9322e91b9ee530b64961eda9ce6f3022 to your computer and use it in GitHub Desktop.
This file contains 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
grafana_indirect_maps: | |
# example.com | |
- name: "example.com" | |
ssh_config_vars: | |
- host: "example.com" | |
port: "22" | |
user: "user" | |
hostname: "10.0.0.17" | |
hostkeyalias: "example.com" | |
- name: "example.net" | |
- host: "example.net" | |
port: "2" | |
user: "user" | |
hostname: "10.0.0.18" | |
hostkeyalias: "example.net" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment