|
@ -34,7 +34,7 @@ |
|
|
- { role: download, tags: download, skip_downloads: false } |
|
|
- { role: download, tags: download, skip_downloads: false } |
|
|
environment: "{{proxy_env}}" |
|
|
environment: "{{proxy_env}}" |
|
|
|
|
|
|
|
|
- hosts: etcd:k8s-cluster:vault |
|
|
|
|
|
|
|
|
- hosts: etcd:k8s-cluster:vault:calico-rr |
|
|
any_errors_fatal: "{{ any_errors_fatal | default(true) }}" |
|
|
any_errors_fatal: "{{ any_errors_fatal | default(true) }}" |
|
|
roles: |
|
|
roles: |
|
|
- { role: kubespray-defaults, when: "cert_management == 'vault'" } |
|
|
- { role: kubespray-defaults, when: "cert_management == 'vault'" } |
|
@ -47,13 +47,13 @@ |
|
|
- { role: kubespray-defaults} |
|
|
- { role: kubespray-defaults} |
|
|
- { role: etcd, tags: etcd, etcd_cluster_setup: true } |
|
|
- { role: etcd, tags: etcd, etcd_cluster_setup: true } |
|
|
|
|
|
|
|
|
- hosts: k8s-cluster |
|
|
|
|
|
|
|
|
- hosts: k8s-cluster:calico-rr |
|
|
any_errors_fatal: "{{ any_errors_fatal | default(true) }}" |
|
|
any_errors_fatal: "{{ any_errors_fatal | default(true) }}" |
|
|
roles: |
|
|
roles: |
|
|
- { role: kubespray-defaults} |
|
|
- { role: kubespray-defaults} |
|
|
- { role: etcd, tags: etcd, etcd_cluster_setup: false } |
|
|
- { role: etcd, tags: etcd, etcd_cluster_setup: false } |
|
|
|
|
|
|
|
|
- hosts: etcd:k8s-cluster:vault |
|
|
|
|
|
|
|
|
- hosts: etcd:k8s-cluster:vault:calico-rr |
|
|
any_errors_fatal: "{{ any_errors_fatal | default(true) }}" |
|
|
any_errors_fatal: "{{ any_errors_fatal | default(true) }}" |
|
|
roles: |
|
|
roles: |
|
|
- { role: kubespray-defaults} |
|
|
- { role: kubespray-defaults} |
|
|