mirror of https://github.com/easzlab/kubeasz.git
6 lines
127 B
YAML
6 lines
127 B
YAML
|
- hosts: ex-lb
|
||
|
roles:
|
||
|
- { role: chrony, when: "hostvars[groups.deploy[0]]['NTP_ENABLED'] == 'yes'" }
|
||
|
- prepare
|
||
|
- ex-lb
|