Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit e8d1e1c6 authored by Youssef BOUFNICHEL's avatar Youssef BOUFNICHEL
Browse files

:bookmark: v0.43.1

parent de51e7e0
No related branches found
Tags v0.40.0
No related merge requests found
Pipeline #238783 passed
......@@ -8,7 +8,7 @@ Add to your `requirements.yml`:
collections:
- name: https://code.europa.eu/digit-c4/rps/nginx-ansible-collection.git
type: git
version: v0.43.0
version: v0.43.1
```
## Documentation
......
......@@ -19,7 +19,7 @@ Add to your ``requirements.yml``:
collections:
- name: https://code.europa.eu/digit-c4/rps/nginx-ansible-collection.git
type: git
version: v0.43.0
version: v0.43.1
Content
-------
......
namespace: ec
name: rps_nginx
version: "0.43.0"
version: "0.43.1"
readme: README.md
authors:
- DIGIT NMS RPS
......
......@@ -14,15 +14,15 @@
ansible.builtin.set_fact:
docker_container_name: "router-vm{{ router_virtual_machine.id }}"
docker_container_ports:
- public_port: 80
private_port: 80
protocol: "tcp"
- public_port: 443
private_port: 443
protocol: "tcp"
- public_port: 8080
private_port: 8080
protocol: "tcp"
- public_port: 80
private_port: 80
protocol: "tcp"
- public_port: 443
private_port: 443
protocol: "tcp"
- public_port: 8080
private_port: 8080
protocol: "tcp"
docker_container_binds:
- container_path: "/var/run/docker.sock"
host_path: "/var/run/docker.sock"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment