2019-05-27 20:02:02 +08:00
|
|
|
# [optional] to synchronize system time of nodes with 'chrony'
|
2019-06-23 07:36:51 +08:00
|
|
|
- hosts:
|
2021-01-19 17:41:00 +08:00
|
|
|
- kube_master
|
|
|
|
- kube_node
|
2019-06-23 07:36:51 +08:00
|
|
|
- etcd
|
2021-01-19 17:41:00 +08:00
|
|
|
- ex_lb
|
2019-06-23 07:36:51 +08:00
|
|
|
- chrony
|
2018-08-17 09:18:55 +08:00
|
|
|
roles:
|
2021-01-19 23:35:31 +08:00
|
|
|
- { role: os-harden, when: "OS_HARDEN|bool" }
|
2019-05-27 20:02:02 +08:00
|
|
|
- { role: chrony, when: "groups['chrony']|length > 0" }
|
2018-08-17 09:18:55 +08:00
|
|
|
|
2019-05-27 20:02:02 +08:00
|
|
|
# to create CA, kubeconfig, kube-proxy.kubeconfig etc.
|
|
|
|
- hosts: localhost
|
2017-11-11 19:14:21 +08:00
|
|
|
roles:
|
2017-12-08 16:17:16 +08:00
|
|
|
- deploy
|
2017-11-11 19:14:21 +08:00
|
|
|
|
2018-09-29 09:06:19 +08:00
|
|
|
# prepare tasks for all nodes
|
2017-11-21 11:27:06 +08:00
|
|
|
- hosts:
|
2021-01-19 17:41:00 +08:00
|
|
|
- kube_master
|
|
|
|
- kube_node
|
2017-11-21 11:27:06 +08:00
|
|
|
- etcd
|
2017-11-11 19:14:21 +08:00
|
|
|
roles:
|
|
|
|
- prepare
|