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) · 610 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 610 Bytes

StackHead: Docker container module

StackHead module for managing containers with Docker.

Installation

Install it via ansible-galaxy:

ansible-galaxy install getstackhead.stackhead_container_docker

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

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