mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
10 lines
213 B
YAML
Executable File
10 lines
213 B
YAML
Executable File
- hosts: datacenter
|
|
name: Modify nginx configs
|
|
vars:
|
|
apps:
|
|
- Home Assistant
|
|
tasks:
|
|
- include: reconfigure_heimdall.yaml app={{ item }}
|
|
name: lala
|
|
with_items:
|
|
- "{{ apps }}" |