diff options
| author | 2023-08-13 14:59:36 +0100 | |
|---|---|---|
| committer | 2023-08-13 15:54:03 +0100 | |
| commit | 431585b5256a0d08f4f3c33122465a88a93ddcb1 (patch) | |
| tree | 4cc41cda81655332fa467e6c9c85d1ee9c35b90e /ansible/inventory | |
| parent | Serve static files from Turing (#116) (diff) | |
Move all ansible files to their own folder
Diffstat (limited to 'ansible/inventory')
| -rw-r--r-- | ansible/inventory/hosts.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ansible/inventory/hosts.yaml b/ansible/inventory/hosts.yaml new file mode 100644 index 0000000..5239457 --- /dev/null +++ b/ansible/inventory/hosts.yaml @@ -0,0 +1,14 @@ +all: + hosts: + turing: + ansible_host: turing.box.pydis.wtf + wireguard_subnet: 10.1.0.0/16 + lovelace: + ansible_host: lovelace.box.pydis.wtf + wireguard_subnet: 10.2.0.0/16 + children: + nginx: + hosts: + turing: + vars: + wireguard_port: 46850 |