ansible-role-nginx/molecule/source/converge.yml

17 lines
414 B
YAML
Raw Normal View History

---
- name: Converge
hosts: all
2020-08-19 18:39:17 +02:00
tasks:
- name: Install NGINX from source
include_role:
name: ansible-role-nginx
vars:
nginx_debug_output: true
2020-08-19 18:39:17 +02:00
nginx_install_from: source
nginx_branch: stable
nginx_install_source_build_tools: true
nginx_install_source_pcre: true
nginx_install_source_openssl: true
nginx_install_source_zlib: true