The _haproxy_ role only installs HAProxy and provides some basic global configuration; it expects another role to depend on it and provide concrete proxy configuration with drop-in configuration files. Thus, we need a role specifically for the Kubernetes control plane nodes to provide the configuration to proxy for the API server.
9 lines
108 B
YAML
9 lines
108 B
YAML
dependencies:
|
|
- role: kubelet
|
|
- role: keepalived
|
|
tags:
|
|
- keepalived
|
|
- role: haproxy
|
|
tags:
|
|
- haproxy
|