parent
6cc2e5af82
commit
7cddf1e07c
7 changed files with 7 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
.ansible/
|
||||
s3lph-conference*.tar.gz
|
||||
requirements.yml
|
||||
|
|
|
@ -41,7 +41,7 @@ tags:
|
|||
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
|
||||
# range specifiers can be set and are separated by ','
|
||||
dependencies:
|
||||
community.podman: ">=1.16.2,<2.0.0"
|
||||
containers.podman: ">=1.16.2,<2.0.0"
|
||||
community.postgresql: ">=3.10.2,<4.0.0"
|
||||
|
||||
# The URL of the originating SCM repository
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
collections:
|
||||
- name: community.podman
|
||||
version: '>=1.16.2,<2.0.0'
|
||||
- name: community.postgresql
|
||||
version: '>=3.10.2,<4.0.0'
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
- name: Restart Pretalx
|
||||
community.podman.podman_container:
|
||||
containers.podman.podman_container:
|
||||
name: pretalx
|
||||
state: started
|
||||
restart: true
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
notify: Restart Pretalx
|
||||
|
||||
- name: Create pretalx-cache container
|
||||
community.podman.podman_container:
|
||||
containers.podman.podman_container:
|
||||
name: pretalx-cache
|
||||
image: "{{ pretalx_cache_image }}:{{ pretalx_cache_image_tag }}"
|
||||
restart_policy: unless-stopped
|
||||
|
@ -90,7 +90,7 @@
|
|||
subgidname: "{{ pretix_system_user }}"
|
||||
|
||||
- name: Create pretalx container
|
||||
community.podman.podman_container:
|
||||
containers.podman.podman_container:
|
||||
name: pretalx
|
||||
image: "{{ pretalx_image }}:{{ pretalx_image_tag }}"
|
||||
restart_policy: unless-stopped
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
- name: Restart Pretix
|
||||
community.podman.podman_container:
|
||||
containers.podman.podman_container:
|
||||
name: pretix
|
||||
state: started
|
||||
restart: true
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
enabled: true
|
||||
|
||||
- name: Create Watchtower container
|
||||
community.podman.podman_container:
|
||||
containers.podman.podman_container:
|
||||
name: watchtower
|
||||
image: "{{ watchtower_image }}:{{ watchtower_image_tag }}"
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue