A role to setup Nginx to server Pelican static files.
Ansible version 16+ as the ufw module is used.
nginx
: location of the nginx installation (/etc/nginx/nginx.conf)files_dir
: location of files to transfer nginx.conftemplates_dir
: location of templates to transfer default file
- hosts: servers
vars:
- files_dir: ~/ansible/playbooks/files
- templates_dir: ~/ansible/playbooks/templates
roles:
- talaniz.pelican-nginx
BSD
E-mail: [email protected] Website: www.antonioalaniz.com