Last active
August 11, 2016 10:34
-
-
Save nicusX/9cb0f27a9a7dbafd2cedd4e3abe70e43 to your computer and use it in GitHub Desktop.
Ansible groups
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
[tag_ansibleNodeType_etcd] | |
[tag_ansibleNodeType_worker] | |
[tag_ansibleNodeType_controller] | |
[etcd:children] | |
tag_ansibleNodeType_etcd | |
[worker:children] | |
tag_ansibleNodeType_worker | |
[controller:children] | |
tag_ansibleNodeType_controller |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment