blob: 717d0f39b098aed7142ccdc4557d3418dbbef731 [file] [log] [blame]
Bartek Grzybowskif7bcc112019-04-02 15:39:25 +02001---
2- name: Converge infrastructure hosts
3 hosts: infrastructure
Bartek Grzybowski0d4f60a2019-06-10 13:39:47 +02004 tasks:
5 - name: Set cluster_ip fact
6 set_fact:
7 cluster_ip: "{{ ansible_default_ipv4.address }}"
Bartek Grzybowskif7bcc112019-04-02 15:39:25 +02008 roles:
9 - chrony
10
11- name: Converge kubernetes hosts
12 hosts: kubernetes
13 roles:
14 - chrony