ansible-role-chrony/molecule/default/converge.yml

23 lines
464 B
YAML
Raw Normal View History

2024-08-07 08:58:44 +00:00
---
- name: Converge
hosts: all
roles:
- ansible-role-chrony
vars:
chrony_keys:
42:
cipher: SHA-256
hex: 11881F168AF08DB67736A9530F952BB7D8CCA3F3
chrony_config:
pool:
server:
- 0.fr.pool.ntp.org iburst
- 1.fr.pool.ntp.org iburst
- 2.fr.pool.ntp.org iburst
- 3.fr.pool.ntp.org iburst
pre_tasks:
- name: Update apt cache
ansible.builtin.apt:
update_cache: true