2025-06-15 09:24:28 +08:00

6 lines
174 B
YAML

---
- name: Configure Nginx site and database for each project
ansible.builtin.include_tasks: configure_site.yml
loop: "{{ sites }}"
loop_control:
loop_var: project