2019-01-22 12:10:16 +00:00
|
|
|
---
|
|
|
|
- hosts: kubernetes
|
|
|
|
remote_user: hybris
|
|
|
|
become: yes
|
|
|
|
|
2019-01-22 14:28:46 +00:00
|
|
|
vars:
|
|
|
|
# rename this to something with sense
|
|
|
|
network_default_gw: 2001:470:6d:22c::1
|
|
|
|
|
2019-01-22 12:10:16 +00:00
|
|
|
roles:
|
|
|
|
- dns
|
|
|
|
- proxy
|
|
|
|
- network
|
|
|
|
- kubernetes
|
|
|
|
|
|
|
|
# TODO: set ipv6 static so it will stick even on reboots
|