Just put all vars in all.yml

The distinction between all/etcd/masters wouldn't make sense for a
non-developer
This commit is contained in:
Eric Paris 2015-04-03 12:39:03 -04:00
parent b25996dbcd
commit d3862b5ea2
2 changed files with 6 additions and 5 deletions

View File

@ -9,3 +9,9 @@ ansible_ssh_user: root
# If a password is needed to sudo to root that password must be set here
#ansible_sudo_pass: password
# Kubernetes internal network for services.
# Kubernetes services will get fake IP addresses from this range.
# This range must not conflict with anything in your infrastructure. These
# addresses do not need to be routable and must just be an unused block of space.
kube_service_addresses: 10.254.0.0/16

View File

@ -1,5 +0,0 @@
# Kubernetes internal network for services.
# Kubernetes services will get fake IP addresses from this range.
# This range must not conflict with anything in your infrastructure. These
# addresses do not need to be routable and must just be an unused block of space.
kube_service_addresses: 10.254.0.0/16