0.4.1
Pre-release
Pre-release
๐พ Help make the NGINX config Ansible role better by participating in our survey! ๐พ
What's new in NGINX's config Ansible role 0.4.1!
๐ Bug Fixes
- Remove duplicated brace in
http/auth.j2
(#185) @hqwisen - Fix
deployment_location
directory not being created (#187) @alessfg
โฌ๏ธ Dependencies
Install & Upgrade
- To install the Ansible NGINX config role on a fresh environment, run
ansible-galaxy install nginxinc.nginx_config
. - To upgrade the Ansible NGINX config role to the latest release, run
ansible-galaxy install -f nginxinc.nginx_config
. - To install or upgrade to this specific Ansible NGINX config role release (0.4.1), run
ansible-galaxy install -f nginxinc.nginx_config,v0.4.1
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-config/tree/0.4.1/molecule. - Ansible Galaxy repository -- galaxy.ansible.com/nginxinc/nginx_config.
- NGINX Ansible role & collection introductory blog -- nginx.com/blog/announcing-nginx-core-collection-ansible.
- NGINX: Better with Ansible demo -- github.com/alessfg/nginx-ansible-demo.