Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 1.44 KB

README.md

File metadata and controls

77 lines (57 loc) · 1.44 KB

Ansible NGINX OSS Role

Build Status

This role installs NGINX OSS on your target host. It supports most CentOS/RHEL/Debian/Ubuntu/SLES distributions.

Requirements

This role was developed using Ansible 2.3.1.0 and as such might not work if a previous version of Ansible is employed.

The following platforms have been tested and are oficially supported:

CentOS:
  versions:
    - 6
    - 7
RedHat:
  versions:
    - 6
    - 7
Debian:
  versions:
  - jessie
  - stretch
Ubuntu:
  versions:
  - trusty
  - xenial
  - yakkety
SUSE/SLES:
  versions:
    - 12

Role Variables

None

Dependencies

None

Example Playbook

This is a sample playbook file for deploying NGINX OSS from within an online cloud provider.

---
- hosts: localhost
  remote_user: root
  become: true
  roles:
    - role: ansible-nginx-oss

This is a sample playbook file for deploying NGINX OSS to a dynamic inventory containing the nginx tag.

---
- hosts: tag_nginx
  remote_user: root
  become: true
  roles:
    - role: ansible-nginx-plus

License

Simplified BSD License

Author Information

Alessandro Fael Garcia

NGINX Inc