diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-07 16:30:43 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-07 16:30:43 +0200 |
| commit | 4d42a2b0950882bf63380a08c90007970c38b4ce (patch) | |
| tree | 3d0e7082545fbfe79fce990e70329d05f3aa8a7c /inventory | |
| parent | cc70d069ee8b414ee31620e7a81c4af0accaf69d (diff) | |
Add pve-lxc service provisioning using service.yml and containers group
Diffstat (limited to 'inventory')
| -rw-r--r-- | inventory/hosts.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 080c06fd..ce41d1b5 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -1,10 +1,12 @@ --- homelab: - vars: - ansible_connection: ssh hosts: desktop.local: macbook.local: laptop.local: rpi5.local: pve.local: + +containers: + hosts: + git.local: |
