diff options
| author | 2022-02-01 22:28:06 +0100 | |
|---|---|---|
| committer | 2022-02-05 14:31:37 +0000 | |
| commit | 761a8e124e84a82bd2272228cbff2a1260456f51 (patch) | |
| tree | b6f7c3138498e05ec2c679a1e34ee9657f3d8848 /inventory.yaml | |
| parent | Epand entire dict when adding psql users and databases (diff) | |
Add podman role and improve playbook organization
This PR adds a new podman role, see #18.
The playbook is merged into sections for each group of hosts that we
want to deploy to. To limit by role now, use tags, such as `-t
role::podman`.
Diffstat (limited to 'inventory.yaml')
| -rw-r--r-- | inventory.yaml | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/inventory.yaml b/inventory.yaml index 03b2af7..6e2f382 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -15,5 +15,13 @@ all:      neumann:        ansible_host: neumann.box.pydis.wtf        wireguard_subnet: 10.5.0.0/16 + +  children: +    podman: +      hosts: +        turing: +        lovelace: +        hopper: +        ritchie:    vars:      wireguard_port: 46850  |