mirror of
https://github.com/Ownercz/ssme-thesis.git
synced 2025-07-16 14:51:35 +02:00
10 lines
189 B
YAML
10 lines
189 B
YAML
- hosts: localhost
|
|
remote_user: root
|
|
vars_files:
|
|
- 'vars/main.yml'
|
|
- 'defaults/main.yml'
|
|
tasks:
|
|
- include: 'tasks/main.yml'
|
|
handlers:
|
|
- include: 'handlers/main.yml'
|