Deploys and configures nginx.
To install Arch Linux packages, this role relies on the pacman module of the community general collection. Install it with ansible-galaxy collection install community.general
.
Variable | Choices/Default | Comments |
---|---|---|
vhost_location | "", … | The path to the directory containing virtual hosts to install |
vhosts | [], … | The list of vhosts to install |
None.
- hosts: all
become: true
roles:
- ansible-role-nginx
Ansible-role-nginx is licensed under the MIT license.