vundb / ansible-role-nginx
Ansible role to installing and configuring nginx on gentoo instances.
Installs: 63
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:chef-role
Requires
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-12-10 23:41:42 UTC
README
Ansible role to installing and configuring nginx on gentoo instances.
Requirements
None.
Role Variables
-
nginx_user
: Name of system user to run service with. Default value is "nginx" -
nginx_group
: Name of system group to run service with. Default value is "nginx" -
nginx_services
: Array with services to be restarted on configuration changes. Default value is ["nginx"]
Dependencies
None.
Example Playbook
- hosts: all
roles:
- role: vundb-nginx
License
MIT