Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/nginx
This commit is contained in:
commit
bf8dcade56
1 changed files with 1 additions and 5 deletions
|
|
@ -1,5 +1 @@
|
|||
php_version: "{% if ansible_distribution_release == 'stretch' %}7.0{% endif %}{% if ansible_distribution_release == 'buster' %}7.3{% endif %}"
|
||||
monitoring:
|
||||
checks:
|
||||
local:
|
||||
nginx_status: {}
|
||||
php_version: "{% if ansible_distribution_release == 'stretch' %}7.0{% elif ansible_distribution_release == 'buster' %}7.3{% elif ansible_distribution_release == 'bullseye' %}7.4{% endif %}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue