Skip to content

Instantly share code, notes, and snippets.

@nicusX
Last active August 11, 2016 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicusX/9cb0f27a9a7dbafd2cedd4e3abe70e43 to your computer and use it in GitHub Desktop.
Save nicusX/9cb0f27a9a7dbafd2cedd4e3abe70e43 to your computer and use it in GitHub Desktop.
Ansible groups
[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