7 lines
82 B
YAML
7 lines
82 B
YAML
---
|
|
- hosts: os1
|
|
gather_facts: false
|
|
remote_user: root
|
|
roles:
|
|
- project
|