7 lines
120 B
YAML
7 lines
120 B
YAML
- hosts: all
|
|
remote_user: root
|
|
roles:
|
|
- check/check-components
|
|
# vars_files:
|
|
# - ../configurations/config.yml
|