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

getstackhead/module-template

Repository files navigation

This is a template for a StackHead Module.

Make sure to adjust it to your needs.


StackHead: [name] module

StackHead module for [description].

Installation

Install it via ansible-galaxy:

ansible-galaxy install [vendor].stackhead_[type]_[name]

In order to use [name] with StackHead, set stackhead__[type] it in your inventory file:

# inventory for integration test
---
all:
  vars:
    # Use Nginx as webserver
    stackhead__[type]: [vendor].stackhead_[type]_[name]
  hosts:
    myserver:
      ansible_host: 123.456.789 # ...
      stackhead:
        applications:
          # ...

About

Repository template for StackHead modules

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published