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:
parent
b25996dbcd
commit
d3862b5ea2
@ -9,3 +9,9 @@ ansible_ssh_user: root
|
|||||||
|
|
||||||
# If a password is needed to sudo to root that password must be set here
|
# If a password is needed to sudo to root that password must be set here
|
||||||
#ansible_sudo_pass: password
|
#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
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user