Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/nginx

This commit is contained in:
nd 2021-08-26 00:09:54 +02:00
commit bf8dcade56
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -1,5 +1 @@
php_version: "{% if ansible_distribution_release == 'stretch' %}7.0{% endif %}{% if ansible_distribution_release == 'buster' %}7.3{% endif %}" php_version: "{% if ansible_distribution_release == 'stretch' %}7.0{% elif ansible_distribution_release == 'buster' %}7.3{% elif ansible_distribution_release == 'bullseye' %}7.4{% endif %}"
monitoring:
checks:
local:
nginx_status: {}