16 lines
226 B
YAML
16 lines
226 B
YAML
---
|
|
- hosts:
|
|
- k8s-masters
|
|
- k8s-nodes
|
|
remote_user: hybris
|
|
become: yes
|
|
|
|
vars:
|
|
# rename this to something with sense
|
|
network_default_gw: 2001:470:6d:22c::1
|
|
|
|
roles:
|
|
- dns
|
|
- proxy
|
|
- kubernetes
|