ansible-role-nginx/tests/playbooks/nginx-unit.yml

13 lines
199 B
YAML
Raw Normal View History

2018-06-27 01:41:35 +02:00
---
- hosts: localhost
become: true
remote_user: root
roles:
- ansible-role-nginx
vars:
nginx_enable: false
2018-06-27 01:41:35 +02:00
unit_enable: true
unit_modules:
- unit-php
- unit-perl