docker_pkg_version: 17.03.2~ce-0~debian-stretch kubernetes: pkg_version: 1.9.2-00 # currentley only one master is supported master: "{{ groups['k8s-stream-master'] | first }}" api_extra_sans: - dione.spreadspace.org dedicated_master: False pod_ip_range: 172.18.0.0/16 pod_ip_range_size: 24 service_ip_range: 172.18.192.0/18 ## net_index must be in the range between 1 and 191 -> 190 hosts possible ## ## hardcoded hostnames are not nice but if we do this via host_vars ## the info is spread over multiple files and this makes it more diffcult ## to find mistakes, so it is nicer to keep it in one place... net_index: emc-01: 1 emc-02: 2 emc-03: 3 emc-04: 4 # emc-test: 99 # emc-master: 100 dione: 101 helene: 102 kube2016: 120