---
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"
