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

StackHead module for using Docker for container management

Notifications You must be signed in to change notification settings

getstackhead/module-container-docker

Repository files navigation

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