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