initial commit
This commit is contained in:
11
defaults/main.yml
Normal file
11
defaults/main.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
haproxy_ssl_certs_dir: /etc/haproxy/ssl/certs
|
||||
haproxy_ssl_self_dir: /etc/haproxy/ssl/self
|
||||
haproxy_ssl_self_signed_subj: '/C=FR/ST=France/L=Marseille/O={{ inventory_hostname }}'
|
||||
haproxy_ssl_self_signed_days: 3650
|
||||
haproxy_ssl_self_signed_domains:
|
||||
- '{{ inventory_hostname }}'
|
||||
|
||||
haproxy_accept_warnings: yes
|
||||
|
||||
haproxy_bind_ip: '*'
|
Reference in New Issue
Block a user