Merge branch 'master' into idempotency2

This commit is contained in:
Matthew Mosesohn
2017-03-16 09:29:43 +03:00
committed by GitHub
18 changed files with 144 additions and 72 deletions

View File

@@ -14,7 +14,7 @@
- name: "Check_tokens | Set 'sync_tokens' and 'gen_tokens' to true"
set_fact:
gen_tokens: true
when: not known_tokens_master.stat.exists
when: not known_tokens_master.stat.exists and kube_token_auth|default(true)
run_once: true
- name: "Check tokens | check if a cert already exists"