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