Skip to content

Instantly share code, notes, and snippets.

@kevduggan
Last active January 14, 2016 13:17
Show Gist options
  • Save kevduggan/624414063b2f2cf092d5 to your computer and use it in GitHub Desktop.
Save kevduggan/624414063b2f2cf092d5 to your computer and use it in GitHub Desktop.
dummy inventory for creating ec2 instances
# dummy inventory for provisioning blank zookeeper, kafka and kubenetes instances
[zookeeper]
zookeeper-0[1:3]
[kafka]
kafka-0[1:3]
[kubernetes]
kube-master-01
kube-minion-01
kube-minion-02
# Notice that some hosts belong to multiple groups.
# This is so each host can be tagged with the groups it belongs to.
# This then will be used in the configuration of the hosts.
[kubernetes_master]
kube-master-01
[kubernetes_minion]
kube-minion-01
kube-minion-02
[etcd:children]
kubernetes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment