ansible/playbooks/test.yaml

10 lines
213 B
YAML
Raw Permalink Normal View History

2023-12-06 15:18:07 +01:00
- hosts: datacenter
name: Modify nginx configs
vars:
apps:
- Home Assistant
2023-08-28 11:16:49 +02:00
tasks:
2023-12-06 15:18:07 +01:00
- include: reconfigure_heimdall.yaml app={{ item }}
name: lala
with_items:
- "{{ apps }}"