Changelog: https://haproxy-wi.org/changelog.py#5_3_6
pull/321/head v5.3.6.0
Pavel Loginov 3 years ago
parent 7c39d4d394
commit 89e0589e2b

@ -130,10 +130,10 @@
http_proxy: "{{PROXY}}" http_proxy: "{{PROXY}}"
https_proxy: "{{PROXY}}" https_proxy: "{{PROXY}}"
tasks: tasks:
- name: Create Nginx. - name: Create Nginx
docker_container: docker_container:
name: "{{ CONT_NAME }}" name: "{{ CONT_NAME }}"
image: "haproxytech/haproxy-alpine:{{haproxy_version}}" image: "nginx"
recreate: yes recreate: yes
network_mode: host network_mode: host
volumes: volumes:
@ -159,4 +159,3 @@
https_proxy: "{{PROXY}}" https_proxy: "{{PROXY}}"
tags: tags:
- system - system

Loading…
Cancel
Save