summaryrefslogtreecommitdiffstats
path: root/ansible/roles/chrony/molecule/default/playbook.yml
blob: 717d0f39b098aed7142ccdc4557d3418dbbef731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: Converge infrastructure hosts
  hosts: infrastructure
  tasks:
    - name: Set cluster_ip fact
      set_fact:
        cluster_ip: "{{ ansible_default_ipv4.address }}"
  roles:
    - chrony

- name: Converge kubernetes hosts
  hosts: kubernetes
  roles:
    - chrony