IaC for a Tangled Knot
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Refine dev inventory

+7 -1
+1 -1
config/deploy.yaml
··· 1 1 --- 2 2 - name: Deploy Tangled Knot 3 - hosts: all 3 + hosts: knot_servers 4 4 become: true 5 5 6 6 roles:
+6
config/inventory/dev/incus_groups.yaml
··· 1 + --- 2 + all: 3 + children: 4 + knot_servers: 5 + hosts: 6 + nudo0.tangled.local: {}
config/inventory/incus.yaml config/inventory/dev/incus.yaml