13 lines
181 B
YAML
13 lines
181 B
YAML
---
|
|
- hosts: kubernetes
|
|
remote_user: hybris
|
|
become: yes
|
|
|
|
roles:
|
|
- dns
|
|
- proxy
|
|
- network
|
|
- kubernetes
|
|
|
|
# TODO: set ipv6 static so it will stick even on reboots
|