This repository was archived by the owner on May 17, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v2
18+ - run : pip install -r ./requirements/pip.txt
1819 - run : ansible-playbook ./__tests__/test-tf-generation.yml
1920 release :
2021 needs : test
Original file line number Diff line number Diff line change 22
33StackHead module for using Caddy as webserver.
44
5+ ## System requirements
6+
7+ The following software is required to use this module:
8+
9+ * Python modules
10+ * passlib
11+ * bcrypt
12+
513## Installation
614
715Install it via ` ansible-galaxy ` :
@@ -10,14 +18,13 @@ Install it via `ansible-galaxy`:
1018ansible-galaxy install getstackhead.stackhead_webserver_caddy
1119```
1220
13- In order to use Nginx with [ StackHead] ( https://get.stackhead.io ) , set ` stackhead__webserver ` it in your inventory file:
21+ In order to use Caddy with [ StackHead] ( https://get.stackhead.io ) , set ` stackhead__webserver ` it in your inventory file:
1422
1523``` yaml
16- # inventory for integration test
1724---
1825all :
1926 vars :
20- # Use Nginx as webserver
27+ # Use Caddy as webserver
2128 stackhead__webserver : getstackhead.stackhead_webserver_caddy
2229 hosts :
2330 myserver :
Original file line number Diff line number Diff line change 1+ passlib
2+ bcrypt
You can’t perform that action at this time.
0 commit comments