[role] add kitchenowl
This commit is contained in:
parent
13a8dc9b6f
commit
4a617ce50a
5 changed files with 132 additions and 0 deletions
18
roles/kitchenowl/handlers/main.yml
Normal file
18
roles/kitchenowl/handlers/main.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
- name: docker compose down
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ kitchenowl_path }}"
|
||||
state: absent
|
||||
|
||||
- name: docker compose up
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ kitchenowl_path }}"
|
||||
|
||||
- name: docker compose stop
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ kitchenowl_path }}"
|
||||
state: stopped
|
||||
|
||||
- name: docker compose restart
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ kitchenowl_path }}"
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue