12 lines
126 B
YAML
12 lines
126 B
YAML
---
|
|
|
|
- hosts: all
|
|
user: root
|
|
any_errors_fatal: true
|
|
gather_facts: no
|
|
vars:
|
|
- service: gaiad
|
|
roles:
|
|
- start
|
|
|