source_files.yml 429 B

12345678910111213
  1. ---
  2. - name : Sources files
  3. hosts : all
  4. gather_facts : no
  5. sudo : True
  6. connection : "{{ kitchen_connection | default('local') }}"
  7. vars :
  8. usermanage_user_source_files:
  9. - path: "./user_source/yaml&json/"
  10. databag: false
  11. roles :
  12. - "ansible-usermanage"