kubeasz/roles/chrony/chrony.yml

9 lines
136 B
YAML
Raw Normal View History

2019-06-23 07:36:51 +08:00
- hosts:
- kube_master
- kube_node
2019-06-23 07:36:51 +08:00
- etcd
- ex_lb
2019-06-23 07:36:51 +08:00
- chrony
2018-08-17 09:18:55 +08:00
roles:
- { role: chrony, when: "groups['chrony']|length > 0" }