You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
335 B

  1. ---
  2. - import_tasks: check-tokens.yml
  3. tags:
  4. - k8s-secrets
  5. - k8s-gen-tokens
  6. - facts
  7. - name: Make sure the tokens directory exits
  8. file:
  9. path: "{{ kube_token_dir }}"
  10. state: directory
  11. mode: o-rwx
  12. group: "{{ kube_cert_group }}"
  13. - import_tasks: gen_tokens.yml
  14. tags:
  15. - k8s-secrets
  16. - k8s-gen-tokens