171b7d0cce
* Add root parameter to server context * Update NGINX Unit test playbook
12 lines
193 B
YAML
12 lines
193 B
YAML
---
|
|
- hosts: localhost
|
|
become: true
|
|
remote_user: root
|
|
roles:
|
|
- ansible-role-nginx
|
|
vars:
|
|
nginx_enable: false
|
|
nginx_unit_enable: true
|
|
nginx_unit_modules:
|
|
- unit-php
|