d294779f8b
All variables are now prefixed with `nginx` - resolves #57
9 lines
125 B
YAML
9 lines
125 B
YAML
---
|
|
- hosts: localhost
|
|
become: true
|
|
remote_user: root
|
|
roles:
|
|
- ansible-role-nginx
|
|
vars:
|
|
nginx_branch: stable
|