mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
8 lines
113 B
YAML
8 lines
113 B
YAML
---
|
|
- hosts: coreelec
|
|
become: true
|
|
gather_facts: true
|
|
any_errors_fatal: true
|
|
roles:
|
|
- role: coreelec
|