ansible-core/playbooks/test/dockertest.yml

9 lines
124 B
YAML
Raw Normal View History

2024-01-05 14:55:27 +00:00
---
- name: install docker
hosts: dockertest
remote_user: root
roles:
- common
- core_docker
- core_users