ansible-training-test/playbooks/copy_and_delete.yml

10 lines
218 B
YAML
Raw Normal View History

2018-07-27 10:39:14 +02:00
- hosts: alpine
2018-07-27 10:01:50 +02:00
gather_facts: no
#default is linear
#strategy: free
vars_files:
2018-07-27 11:13:10 +02:00
- "{{ playbook_dir }}/vars/vars.yml"
2018-07-27 10:01:50 +02:00
tasks:
- include_tasks: tasks/copy_files.yml
- include_tasks: tasks/delete_files.yml