Remove old roles and fix idempotency issues

This commit is contained in:
Paul-Henri Froidmont 2018-09-26 19:24:36 +02:00
parent f468fd3e34
commit 92be60ad51
85 changed files with 38 additions and 5890 deletions

View file

@ -54,6 +54,7 @@
until: result.stdout.find("2") != -1
retries: 180
delay: 10
changed_when: no
when: inventory_hostname == initial_master
- include: kubeadm-token.yml
@ -70,6 +71,7 @@
until: result.stdout.find("Ready") == 0
retries: 36
delay: 10
changed_when: no
delegate_to: "{{ initial_master }}"
- debug: var=result