
This is a basic ansible repo that will do a couple of things 1) set up an etcd node 2) set up a master running apiserver, scheduler, controller-manager 3) setup any number of nodes Hopefully this can be expanded to do things like set up skydns, set up a private docker repo, set up an overlay network (flannel) etc etc. But right now all it does is set up etcd and configure a master and nodes.
11 lines
74 B
Plaintext
11 lines
74 B
Plaintext
[masters]
|
|
10.0.0.1
|
|
|
|
[etcd]
|
|
10.0.0.2
|
|
|
|
[minions]
|
|
10.0.0.3
|
|
10.0.0.4
|
|
10.0.0.5
|