5 lines
105 B
YAML
5 lines
105 B
YAML
- name: Include variables files & setup NGINX
|
|
hosts: localhost
|
|
roles:
|
|
- include-vars
|
|
- nginx
|