team.yml 418 B

1234567891011121314
  1. ---
  2. - name : Team (1)
  3. hosts : all
  4. gather_facts : no
  5. sudo : True
  6. connection : "{{ kitchen_connection | default('local') }}"
  7. vars:
  8. usermanage_debug : true
  9. usermanage_debug_level: 3
  10. vars_files :
  11. - "team_var_db.yml"
  12. - "group_var_group_db.yml"
  13. roles :
  14. - "ansible-usermanage"