Skip to content

Commit d577d4b

Browse files
committed
fix chrony for nodes w/o network access (yet)
1 parent 2d715e1 commit d577d4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ansible/bootstrap.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
6767
tasks:
6868
- import_role:
6969
name: mrlesmithjr.chrony
70+
# skip install tasks as might not have network yet
71+
tasks_from: config_chrony.yml
72+
vars:
73+
# workaround for set_facts.yml:
74+
chrony_config: /etc/chrony.conf
75+
chrony_service: chronyd
7076

7177
- hosts: cluster
7278
gather_facts: false

0 commit comments

Comments
 (0)