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 /configure.yml | |
| parent | 01ee56318cd7841cf0b6845a5e9419d81722cecf (diff) | |
Add pve-lxc service provisioning using service.yml and containers group
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.yml b/configure.yml index 763bc406..f64046c6 100644 --- a/configure.yml +++ b/configure.yml @@ -135,6 +135,6 @@ pve_lxc_ip: "{{ hostvars[service_host].pve_lxc_ip }}" pve_lxc_gateway: "{{ hostvars[service_host].pve_lxc_gateway }}" pve_lxc_dns: "{{ hostvars[service_host].pve_lxc_dns }}" - loop: "{{ groups['services'] }}" + loop: "{{ groups['containers'] }}" loop_control: loop_var: "service_host" |
