fix: change default group for stat socket
This commit is contained in:
parent
993006cc84
commit
8879f9ede1
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- change default group for stat socket
|
||||||
- reload haproxy after certificate change
|
- reload haproxy after certificate change
|
||||||
- chore: use FQCN for module name
|
- chore: use FQCN for module name
|
||||||
- test: replace kitchen to molecule
|
- test: replace kitchen to molecule
|
||||||
|
|
|
@ -11,7 +11,7 @@ haproxy_default_global:
|
||||||
user: haproxy
|
user: haproxy
|
||||||
group: haproxy
|
group: haproxy
|
||||||
daemon: true
|
daemon: true
|
||||||
stats: socket /var/lib/haproxy/stats
|
stats: socket /var/lib/haproxy/stats group haproxy mode 660
|
||||||
haproxy_full_global: '{{ haproxy_default_global|combine(haproxy_global) }}'
|
haproxy_full_global: '{{ haproxy_default_global|combine(haproxy_global) }}'
|
||||||
|
|
||||||
haproxy_defaults: {}
|
haproxy_defaults: {}
|
||||||
|
|
Loading…
Reference in a new issue