naphthalene / ansible-role-nginx-config

Ansible role for configuring NGINX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Galaxy Molecule CI/CD License

👾 Help make the NGINX config Ansible role better by participating in our survey! 👾

Ansible NGINX Configuration Role

This role configures NGINX Open Source and NGINX Plus on your target host.

Note: This role is still in active development. There may be unidentified issues and the role variables may change as development continues.

Requirements

Ansible

  • This role is developed and tested with maintained versions of Ansible base. When using Ansible base, you will also need to install the following collection:
    ---
    collections:
      - name: ansible.posix
        version: 1.1.1
    Note: You can alternatively install the Ansible community distribution if you don't want to manage individual collections.
  • Instructions on how to install Ansible can be found in the Ansible website.

Molecule

  • Molecule 3.x is used to test the various functionalities of the role.
  • Instructions on how to install Molecule can be found in the Molecule website.

Installation

Ansible Galaxy

Use ansible-galaxy install nginxinc.nginx_config to install the latest stable release of the role on your system.

Git

Use git clone https://github.com/nginxinc/ansible-role-nginx-config.git to pull the latest edge commit of the role from GitHub.

Platforms

The NGINX config Ansible role supports all platforms supported by NGINX Open Source and NGINX Plus:

NGINX Open Source

Alpine:
  - 3.10
  - 3.11
  - 3.12
CentOS:
  - 7.4+
  - 8
Debian:
  - stretch
  - buster
RedHat:
  - 7.4+
  - 8
SUSE/SLES:
  - 12
  - 15
Ubuntu:
  - xenial
  - bionic
  - focal
  - groovy

NGINX Plus

Alpine:
  - 3.10
  - 3.11
  - 3.12
Amazon Linux:
  - 2018.03
Amazon Linux 2:
  - any
CentOS:
  - 7.4+
  - 8
Debian:
  - stretch
  - buster
FreeBSD:
  - 11.2+
  - 12.1+
Oracle Linux:
  - 7.4+
RedHat:
  - 7.4+
  - 8
SUSE/SLES:
  - 12
  - 15
Ubuntu:
  - xenial
  - bionic
  - focal

Role Variables

This role has multiple variables. The descriptions and defaults for all these variables can be found in the defaults/main/ folder in the following files:

Name Description
main.yml NGINX simple config variables
selinux.yml Set up SELinux to allow the necessary connections to your NGINX setup
template.yml NGINX config template variables
upload.yml NGINX config/HTML/SSL upload variables

Example Playbooks

Working functional playbook examples can be found in the molecule/ folder in the following files:

Name Description
cleanup_module/converge.yml Cleanup an NGINX config and configure NGINX supported modules
default/converge.yml Use the NGINX config templating variables to create an NGINX config
plus/converge.yml Use the NGINX config templating variables to create an NGINX Plus config
stable_push/converge.yml Install NGINX using the stable branch and push a preexisting config from your system to your NGINX instance

Do note that if you install this repository via Ansible Galaxy, you will have to replace the role variable in the sample playbooks from ansible-role-nginx-config to nginxinc.nginx_config.

Other NGINX Ansible Collections and Roles

You can find the Ansible NGINX Core collection of roles to install and configure NGINX Open Source, NGINX Plus, and NGINX App Protect here.

You can find the Ansible NGINX role to install NGINX here.

You can find the Ansible NGINX App Protect role to install and configure NGINX App Protect here.

You can find the Ansible NGINX Controller collection of roles to install and configure NGINX Controller here.

You can find the Ansible NGINX Unit role to install NGINX Unit here.

License

Apache License, Version 2.0

Author Information

Alessandro Fael Garcia

© F5 Networks, Inc. 2020 - 2021

About

Ansible role for configuring NGINX

License:Apache License 2.0


Languages

Language:HTML 100.0%