7 lines
64 B
YAML
7 lines
64 B
YAML
|
|
---
|
||
|
|
- hosts: bin
|
||
|
|
become: true
|
||
|
|
roles:
|
||
|
|
- docker
|
||
|
|
- bin
|