parameterize directories

This commit is contained in:
Pim Kunis 2023-01-07 20:32:42 +01:00
parent 5bf6d7acbc
commit cd17ed372c
21 changed files with 88 additions and 66 deletions

View file

@ -1,9 +1,9 @@
- name: Clone pizzeria repository
git:
repo: "{{ pizzeria.git_origin }}"
dest: /srv/pizzeria
repo: "{{ git_origin }}"
dest: "{{ service_dir }}"
- name: Start the Docker Compose
docker_compose:
project_src: /srv/pizzeria
project_src: "{{ service_dir }}"
pull: true
remove_orphans: true