Commit graph

14 commits

Author SHA1 Message Date
c498b3ced8
Apply prettier formatting 2024-06-24 20:36:55 +02:00
6b4c4ccde4
Update dependencies to enable easy single-tag deployments
Previously every deployment (even just for a single tag, such as
`ansible-playbook site.yml --tags landingpage`) would have the caddy
deployment in its dependency.

That meant in effect whenever there was an updated caddy image, the role
would update it and we would lose all previous caddy configuration -
which in turn would necessitate a complete redeploymnet of all steps.
This is now not the case anymore.
2024-06-24 20:24:04 +02:00
7d8408f9f8
Change become arguments to boolean
Changed all 'become: ' values from 'yes' to 'true' to satisfy the schema
(and also make the lsp shut up).
2022-12-18 16:02:32 +01:00
16767a2f44
Fix upstream handler name 2021-10-08 10:21:27 +02:00
ee8a6f0598
Rename domain group variable to server_domain 2021-10-08 10:03:27 +02:00
6036a91902
Move upstream logic to handler function 2021-08-18 09:43:43 +02:00
09f15d5b8e
Add example app ReadMe 2021-08-01 10:15:18 +02:00
774f3f7c2e
Streamline example app variable use 2021-08-01 09:52:07 +02:00
21fdac4f5d
Example application, improve upstream handling 2021-07-31 21:16:42 +02:00
241ce71f46
Make upstream naming more general 2021-07-30 13:32:07 +02:00
daef2b7f13
Add conditional default subdomain setting to proxy
If a domain has been declared for the host, the upstream file will proxy
at a subdomain named for the stack it proxies to,
otherwise it will do the same for the path.
2021-07-30 11:50:10 +02:00
03a0b0ce00
Add more stable reverse proxy updating 2021-07-30 11:39:14 +02:00
fbf930054f
Make sure curl is installed for the hacky reverse proxy 2021-07-30 00:46:06 +02:00
1b3c14b4ce
Implement very naive solution 2021-07-30 00:30:33 +02:00