2019-11-03 14:43:45 +00:00
|
|
|
---
|
2019-12-23 15:08:34 +00:00
|
|
|
- name: check if HAProxy is installed
|
2019-11-28 16:39:24 +00:00
|
|
|
package_facts:
|
|
|
|
manager: "auto"
|
2019-12-15 07:41:24 +00:00
|
|
|
|
|
|
|
- name: populate service facts
|
|
|
|
service_facts:
|
2020-11-05 17:16:19 +00:00
|
|
|
|
2023-12-19 09:06:44 +00:00
|
|
|
- include_tasks: configure.yml
|
2020-11-05 17:16:19 +00:00
|
|
|
|
2023-12-19 09:06:44 +00:00
|
|
|
- include_tasks: installation.yml
|
2021-10-17 05:57:51 +00:00
|
|
|
|
2023-12-19 09:06:44 +00:00
|
|
|
- include_tasks: logs.yml
|
2022-03-02 20:09:39 +00:00
|
|
|
|
2019-11-06 15:15:41 +00:00
|
|
|
- name: Add syn_flood tasks
|
2023-12-19 09:06:44 +00:00
|
|
|
include_tasks: syn_flood.yml
|
2019-11-06 15:15:41 +00:00
|
|
|
when: (SYN_FLOOD is defined) and (SYN_FLOOD|length > 0)
|
2019-11-28 16:39:24 +00:00
|
|
|
|