mirror of https://github.com/Aidaho12/haproxy-wi
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…
Reference in New Issue