BLQ5 / module-container-podman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StackHead: Podman module

StackHead module for using Podman as container provider.

Installation

Install it via ansible-galaxy:

ansible-galaxy install getstackhead.stackhead_container_podman

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_podman
  hosts:
    myserver:
      ansible_host: 123.456.789 # ...
      stackhead:
        applications:
          # ...

About