StackHead module for using Caddy as webserver.
The following software is required to use this module:
- Python modules
- passlib
- bcrypt
Install it via ansible-galaxy
:
ansible-galaxy install getstackhead.stackhead_webserver_caddy
In order to use Caddy with StackHead, set stackhead__webserver
it in your inventory file:
---
all:
vars:
# Use Caddy as webserver
stackhead__webserver: getstackhead.stackhead_webserver_caddy
hosts:
myserver:
ansible_host: 123.456.789 # ...
stackhead:
applications:
# ...