summaryrefslogtreecommitdiffstats
path: root/configure.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-07 16:30:43 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-07 16:30:43 +0200
commit4d42a2b0950882bf63380a08c90007970c38b4ce (patch)
tree3d0e7082545fbfe79fce990e70329d05f3aa8a7c /configure.yml
parentcc70d069ee8b414ee31620e7a81c4af0accaf69d (diff)
Add pve-lxc service provisioning using service.yml and containers group
Diffstat (limited to 'configure.yml')
-rw-r--r--configure.yml2
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"