11 lines
144 B
YAML
11 lines
144 B
YAML
---
|
|
- hosts: all
|
|
name: Dummy to gather facts
|
|
tasks: []
|
|
|
|
- hosts: horizon
|
|
become: True
|
|
roles:
|
|
- geerlingguy.security
|
|
- horizon
|