change pizzeria remote to forgejo
add dirty hack to resolve local domains
This commit is contained in:
parent
7e10a78623
commit
1382696ba1
5 changed files with 24 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: Clone pizzeria repository
|
||||
git:
|
||||
repo: https://github.com/pizzapim/pizzeria
|
||||
repo: "{{ pizzeria.git_origin }}"
|
||||
dest: /apps/pizzeria
|
||||
- name: Start the Docker Compose
|
||||
community.docker.docker_compose:
|
||||
|
|
2
roles/pizzeria/vars/main.yml
Normal file
2
roles/pizzeria/vars/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
pizzeria:
|
||||
git_origin: https://git.pizzapim.nl/pim/pizzeria.git
|
Reference in a new issue