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