Skip to content
Snippets Groups Projects
Unverified Commit 1d032d06 authored by Max Gautier's avatar Max Gautier
Browse files

Docs update on access ip

parent 2826b357
Branches
Tags
No related merge requests found
...@@ -35,9 +35,9 @@ Some variables of note include: ...@@ -35,9 +35,9 @@ Some variables of note include:
## Addressing variables ## Addressing variables
* *ip* - IP to use for binding services (host var). This would **usually** be the public ip. * *ip* - IP to use for binding services (host var). This would **usually** be the public ip.
* *access_ip* - IP for other hosts to use to connect to. Often required when * *access_ip* - IP to use from other hosts to connect to this host. Often required when deploying
deploying from a cloud, such as OpenStack or GCE and you have separate from a cloud, such as OpenStack or GCE and you have separate public/floating and private IPs.
public/floating and private IPs. This would **usually** be the private ip. This would **usually** be the private ip.
* *ansible_default_ipv4.address* - Not Kubespray-specific, but it is used if ip * *ansible_default_ipv4.address* - Not Kubespray-specific, but it is used if ip
and access_ip are undefined and access_ip are undefined
* *ip6* - IPv6 address to use for binding services. (host var) * *ip6* - IPv6 address to use for binding services. (host var)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment