Skip to content

Ansible role for installing NGINX on Ubuntu 20.04 LTS (Focal Fossa).

License

Notifications You must be signed in to change notification settings

jake-morgan/ansible-role-nginx-focal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGINX Focal Fossa

master galaxy

Install NGINX on Ubuntu 20.04 LTS (Focal Fossa).

Simple role that installs and configures NGINX without many of the advanced options and features offered by other Galaxy roles.

Requirements

Tested only on Ubuntu 20.04 LTS Focal Fossa. No guarantee it will work on other distros or Ubuntu versions.

Role Variables

Variable Description Type Required Default
uninstall_existing_nginx Remove existing NGINX installations. Bool No default
ufw_access Access Nginx has for UFW. Can be one of Full, HTTP, HTTPS, or, none. String No none

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - role: jake-morgan.nginx-focal
      vars:
        uninstall_existing_nginx: false
        ufw_access: Full

License

MIT

About

Ansible role for installing NGINX on Ubuntu 20.04 LTS (Focal Fossa).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published