mirror of
https://gitea.0xace.cc/ansible-galaxy/haproxy.git
synced 2024-11-25 00:16:39 +00:00
fix mistype
This commit is contained in:
parent
52b089fd4b
commit
f2afedf857
@ -81,7 +81,7 @@
|
|||||||
- set_fact:
|
- set_fact:
|
||||||
haproxy_config: "{{ haproxy_config_override }}"
|
haproxy_config: "{{ haproxy_config_override }}"
|
||||||
|
|
||||||
- name: Override HAParoxy config in plain text
|
- name: Override HAProxy config in plain text
|
||||||
copy:
|
copy:
|
||||||
content: "{{ haproxy_config }}"
|
content: "{{ haproxy_config }}"
|
||||||
dest: "/etc/haproxy/haproxy.cfg"
|
dest: "/etc/haproxy/haproxy.cfg"
|
||||||
@ -94,7 +94,7 @@
|
|||||||
- set_fact:
|
- set_fact:
|
||||||
haproxy_config: "{{ haproxy_config_base64_override | b64decode }}"
|
haproxy_config: "{{ haproxy_config_base64_override | b64decode }}"
|
||||||
|
|
||||||
- name: Override HAParoxy with config in base64
|
- name: Override HAProxy with config in base64
|
||||||
copy:
|
copy:
|
||||||
content: "{{ haproxy_config }}"
|
content: "{{ haproxy_config }}"
|
||||||
dest: "/etc/haproxy/haproxy.cfg"
|
dest: "/etc/haproxy/haproxy.cfg"
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
- set_fact:
|
- set_fact:
|
||||||
haproxy_config: "{{ haproxy_config_override }}"
|
haproxy_config: "{{ haproxy_config_override }}"
|
||||||
|
|
||||||
- name: Override HAParoxy config in plain text
|
- name: Override HAProxy config in plain text
|
||||||
copy:
|
copy:
|
||||||
content: "{{ haproxy_config }}"
|
content: "{{ haproxy_config }}"
|
||||||
dest: "/etc/haproxy/haproxy.cfg"
|
dest: "/etc/haproxy/haproxy.cfg"
|
||||||
@ -109,7 +109,7 @@
|
|||||||
- set_fact:
|
- set_fact:
|
||||||
haproxy_config: "{{ haproxy_config_base64_override | b64decode }}"
|
haproxy_config: "{{ haproxy_config_base64_override | b64decode }}"
|
||||||
|
|
||||||
- name: Override HAParoxy with config in base64
|
- name: Override HAProxy with config in base64
|
||||||
copy:
|
copy:
|
||||||
content: "{{ haproxy_config }}"
|
content: "{{ haproxy_config }}"
|
||||||
dest: "/etc/haproxy/haproxy.cfg"
|
dest: "/etc/haproxy/haproxy.cfg"
|
||||||
|
Loading…
Reference in New Issue
Block a user