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

getstackhead/module-webserver-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bae62e7 · Feb 28, 2021

History

49 Commits
Jan 17, 2021
Aug 21, 2020
Dec 6, 2020
Aug 20, 2020
Aug 22, 2020
Dec 19, 2020
Feb 28, 2021
Aug 20, 2020
Jan 8, 2021
Aug 21, 2020
Aug 21, 2020
Aug 21, 2020
Aug 22, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020

Repository files navigation

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:
          # ...