group.yml 275 B

12345678910
  1. ---
  2. - name : Group (1)
  3. hosts : all
  4. gather_facts : no
  5. sudo : True
  6. connection : "{{ kitchen_connection | default('local') }}"
  7. vars_files :
  8. - "group_var_group_db.yml"
  9. roles :
  10. - "ansible-usermanage"