getstackhead.stackhead_webserver_nginx

StackHead: Nginx Webserver Module

This module allows you to use Nginx as a web server with StackHead.

Installation

You can install it using ansible-galaxy:

ansible-galaxy install getstackhead.stackhead_webserver_nginx

To set up Nginx with StackHead, add stackhead__webserver to your inventory file like this:

# Inventory for integration test
---
all:
  vars:
    # Set Nginx as the web server
    stackhead__webserver: getstackhead.stackhead_webserver_nginx
  hosts:
    myserver:
      ansible_host: 123.456.789 # Replace with your server's IP
      stackhead:
        applications:
          # List of applications...
Informazioni sul progetto

Nginx webserver module for StackHead

Installa
ansible-galaxy install getstackhead.stackhead_webserver_nginx
Licenza
Unknown
Download
1.1k
Proprietario
Open-Source Web Server Management