Adds ansible playbook for foundry setup

Currently, running the playbook will:
- Install dependencies (Caddy, nodejs, unzip)
- Create a foundry user
- Extract foundry app into folder on server
- Update Caddyfile with reverse proxt config

TODO:
- unit file for foundry itself
- data directory
This commit is contained in:
David Underwood
2021-03-10 11:48:54 -05:00
commit ca55c88ac4
4 changed files with 60 additions and 0 deletions

3
Caddyfile.j2 Normal file
View File

@@ -0,0 +1,3 @@
{{ domain_name }}
reverse_proxy localhost:30000