8 lines
275 B
YAML
8 lines
275 B
YAML
php_version: "{% if ansible_distribution_release == 'stretch' %}7.0{% endif %}{% if ansible_distribution_release == 'buster' %}7.3{% endif %}"
|
|
monitoring:
|
|
checks:
|
|
local:
|
|
nginx_status: {}
|
|
|
|
certificates:
|
|
certs: "{{ nginx.vhosts|nginx_vhosts_to_certificates }}"
|