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.

10 lines
359 B

  1. ---
  2. - include: ../shared/auth_backend.yml
  3. vars:
  4. auth_backend_description: A Username/Password Auth Backend primarily used for services needing to issue certificates
  5. auth_backend_path: userpass
  6. auth_backend_type: userpass
  7. when: inventory_hostname == groups.vault|first
  8. - include: create_etcd_role.yml
  9. when: inventory_hostname in groups.etcd