add docker_ubuntu role
This commit is contained in:
9
roles/docker_ubuntu/molecule/default/converge.yml
Normal file
9
roles/docker_ubuntu/molecule/default/converge.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
roles:
|
||||
- role: genlab.docker_ubuntu
|
||||
du_docker_version: "27.3.1"
|
||||
du_registry_mirrors:
|
||||
- https://docker.io
|
||||
- https://mirror.gcr.io
|
||||
Reference in New Issue
Block a user