forked from evolix/ansible-roles
evomaintenance: Turn on API by default (instead of DB)
This commit is contained in:
parent
b7844dd804
commit
6d2db1341f
2 changed files with 3 additions and 2 deletions
|
@ -16,6 +16,7 @@ The **patch** part changes incrementally at each release.
|
|||
### Changed
|
||||
* elasticsearch: listen on local interface only by default
|
||||
* squid: Remove wait time when we turn off squid
|
||||
* evomaintenance: Turn on API by default (instead of DB)
|
||||
|
||||
### Fixed
|
||||
* lxc-php: Don't remove the default pool
|
||||
|
|
|
@ -34,8 +34,8 @@ evomaintenance_realm: "{{ evolinux_internal_domain }}"
|
|||
evomaintenance_api_endpoint: Null
|
||||
evomaintenance_api_key: Null
|
||||
|
||||
evomaintenance_hook_api: False
|
||||
evomaintenance_hook_db: True
|
||||
evomaintenance_hook_api: True
|
||||
evomaintenance_hook_db: False
|
||||
evomaintenance_hook_commit: True
|
||||
evomaintenance_hook_mail: True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue