split playbook into roles

This commit is contained in:
Pim Kunis 2022-12-03 13:05:55 +01:00
parent 53bba1751e
commit 62f014d90f
9 changed files with 69 additions and 64 deletions

View file

@ -0,0 +1,9 @@
- name: Clone pizzeria repository
git:
repo: https://github.com/pizzapim/pizzeria
dest: /apps/pizzeria
- name: Start the Docker compose
community.docker.docker_compose:
project_src: /apps/pizzeria
pull: true
remove_orphans: true