copy the docker-compose files to the client

This commit is contained in:
Andreas Zweili 2021-10-26 20:50:30 +02:00
parent aa5f38a9ab
commit 0b72d51e23
1 changed files with 10 additions and 0 deletions

View File

@ -31,3 +31,13 @@
exclude:
- "LICENSE"
- "README.md"
- name: "Copy the project files to the server"
copy:
src: "{{ project_name }}"
dest: "{{ ansible_user_dir }}/{{ project_name }}"
- name: "Copy the traefik config"
copy:
src: "traefik.yaml"
dest: "{{ ansible_user_dir }}/{{ project_name }}/traefik.yaml"