maj role lb-front-ssl

This commit is contained in:
Jimmy Chevanne 2024-02-16 14:48:52 +01:00
parent 959e056c5f
commit e45118eef1
2 changed files with 16 additions and 0 deletions

View File

@ -10,6 +10,21 @@
csr_path: /etc/haproxy/crt/csr/haproxy.csr
provider: selfsigned
- name: parametre global
blockinfile:
path: /etc/haproxy/haproxy.cfg
block: |
global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin
stats timeout 30s
user haproxy
group haproxy
daemon
ssl-server-verify none
- name: parametre backend et fontend
blockinfile:
path: /etc/haproxy/haproxy.cfg

View File

@ -6,6 +6,7 @@
- base
- goss
- lb-front
#- lb-front-ssl
#- zabbix-cli
- ssh-cli
- post