diff options
| author | 2023-08-12 19:01:01 +0100 | |
|---|---|---|
| committer | 2023-08-12 19:01:01 +0100 | |
| commit | aa96ceb9f5481a4da9f4a16dff92d05acc48687d (patch) | |
| tree | 69c6ec1455ddf717f52576d3278485d66bdc81d3 /inventory/hosts.yaml | |
| parent | Add meeting notes for today (diff) | |
Serve static files from Turing (#116)
* Redirect http requests to https
* Remove default NGINX site
* Remove trailing whitespace from old meeting note
* Mount static files
* Correct capitalisation of notify directives
* Add missing children key to inventory
Diffstat (limited to 'inventory/hosts.yaml')
| -rw-r--r-- | inventory/hosts.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inventory/hosts.yaml b/inventory/hosts.yaml index 4e7c9d0..5239457 100644 --- a/inventory/hosts.yaml +++ b/inventory/hosts.yaml @@ -6,6 +6,7 @@ all: lovelace: ansible_host: lovelace.box.pydis.wtf wireguard_subnet: 10.2.0.0/16 + children: nginx: hosts: turing: |