6 lines
92 B
YAML
6 lines
92 B
YAML
---
|
|
- name: Docker auf automation1
|
|
hosts: automation1
|
|
become: yes
|
|
roles:
|
|
- docker
|