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 | 01f6f5665beefb0e223e022d07fb9770a7cdbeb6 (patch) | |
| tree | 3d0e7082545fbfe79fce990e70329d05f3aa8a7c /inventory | |
| parent | 01ee56318cd7841cf0b6845a5e9419d81722cecf (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: |
