Prepared for AlmaLinux 10 #32
@@ -58,7 +58,7 @@
|
||||
- name: Restart container
|
||||
containers.podman.podman_container:
|
||||
name: rproxy
|
||||
image: "nginx:{{ rproxy_version }}"
|
||||
image: "docker.io/library/nginx:{{ rproxy_version }}"
|
||||
state: started
|
||||
restart: true
|
||||
ports:
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
- name: Restart container
|
||||
containers.podman.podman_container:
|
||||
name: rproxy
|
||||
image: "nginx:{{ rproxy_version }}"
|
||||
image: "docker.io/library/nginx:{{ rproxy_version }}"
|
||||
state: started
|
||||
restart: true
|
||||
ports:
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
block:
|
||||
- name: Pull rproxy image
|
||||
containers.podman.podman_image:
|
||||
name: "nginx:{{ rproxy_version }}"
|
||||
name: "docker.io/library/nginx:{{ rproxy_version }}"
|
||||
state: present
|
||||
|
||||
- name: Delete rproxy container if exists
|
||||
@@ -51,7 +51,7 @@
|
||||
- name: Start rproxy
|
||||
containers.podman.podman_container:
|
||||
name: rproxy
|
||||
image: "nginx:{{ rproxy_version }}"
|
||||
image: "docker.io/library/nginx:{{ rproxy_version }}"
|
||||
state: started
|
||||
ports:
|
||||
- "443:443"
|
||||
|
||||
Reference in New Issue
Block a user