NGINX HTTP Server

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: NGINX

As a: UNIX and Linux system administrator

I want to: install ngingx

So that: server web pages.

Using the role

Using the role in a playbook
---
- name: Install nginx
  hosts: all

  tasks:
    - name: nginx is configured
      import_role:
        name: devopstoolbox.nginx
      vars:
        nginx_enable_service: true
      tags: nginx
# Install the role
ansible-galaxy install devopstoolbox.nginx

# Run the playbook
ansible-playbook nginx-playbook.yml

Last update: 2020-02-09