9 lines
124 B
YAML
9 lines
124 B
YAML
|
---
|
||
|
- name: install docker
|
||
|
hosts: dockertest
|
||
|
remote_user: root
|
||
|
|
||
|
roles:
|
||
|
- common
|
||
|
- core_docker
|
||
|
- core_users
|