@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
25 lines (24 loc) • 673 B
YAML
galaxy_info:
role_name: nginx
author: ProfessorManhattan
description: Installs NGINX with Brotli, WAF, Amplify, Pagespeed, and also handles the creation of proxy settings through a configuration variable
company: Megabyte Labs
issue_tracker_url: https://github.com/ProfessorManhattan/Ansible-NGINX-Optimized/issues/-/issues
license: license (MIT)
min_ansible_version: 2.10
platforms:
- name: Ubuntu
versions:
- focal
galaxy_tags:
- nginx
- optimized
- http
- https
- webserver
namespace: professormanhattan
dependencies:
- certbot
- role: professormanhattan.homebrew
when: ansible_os_family == "Darwin"