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.

8 lines
326 B

  1. ---
  2. dependencies:
  3. - role: adduser
  4. user: "{{ addusers.etcd }}"
  5. when: not (ansible_os_family in ['CoreOS', 'Container Linux by CoreOS', "ClearLinux"] or is_atomic)
  6. - role: adduser
  7. user: "{{ addusers.kube }}"
  8. when: not (ansible_os_family in ['CoreOS', 'Container Linux by CoreOS', "ClearLinux"] or is_atomic)