Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 600 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 600 Bytes

StackHead: Nginx Webserver module

StackHead module for using Nginx as webserver.

Installation

Install it via ansible-galaxy:

ansible-galaxy install getstackhead.stackhead_webserver_nginx

In order to use Nginx with StackHead, set stackhead__webserver it in your inventory file:

# inventory for integration test
---
all:
  vars:
    # Use Nginx as webserver
    stackhead__webserver: getstackhead.stackhead_webserver_nginx
  hosts:
    myserver:
      ansible_host: 123.456.789 # ...
      stackhead:
        applications:
          # ...