Created
December 10, 2018 17:58
-
-
Save mpdehaan/ee37df93e988072b0fa53dbff5fb98ed to your computer and use it in GitHub Desktop.
Possible fanout syntax
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
[groups.bastions.hosts] | |
"bastion.example.com" = "" | |
[groups.rack1.hosts] | |
"rack1-top.example.com" = "opsmop_via=bastion.example.com" | |
"rack1-101.example.com" = "" | |
"rack1-102.example.com" = "" | |
[groups.rack2.hosts] | |
"rack2-top.example.com" = "opsmop_via=bastion.example.com" | |
"rack2-201.example.com" = "" | |
"rack2-202.example.com" = "" | |
[groups.rack1.vars] | |
opsmop_via = "rack1-top.example.com" | |
[groups.rack2.vars] | |
opsmop_via = "rack2-top.example.com" | |
[groups.fooapp.hosts] | |
"rack1-101.example.com" = "" | |
"rack2-202.example.com" = "" | |
[groups.barapp.hosts] | |
"rack2-102.example.com" = "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment