multi_source_files.yml 517 B

123456789101112131415
  1. ---
  2. - name : Multi Sources files
  3. hosts : "{{ kitchen_hosts }}"
  4. gather_facts : no
  5. sudo : True
  6. connection : "{{ kitchen_connection | default('local') }}"
  7. vars_files :
  8. - "group_var_group_db.yml"
  9. vars :
  10. usermanage_user_source_files:
  11. - path: "./user_source/mutli/yaml/"
  12. - path: "./user_source/mutli/databag"
  13. databag: true
  14. roles :
  15. - "ansible-usermanage"