Ansible BuildAnsible Build
Home
Roles
Scripts
Mint System
Chat
GitHub
Home
Roles
Scripts
Mint System
Chat
GitHub
  • dind role

    • Usage
dind logo

dind role

Deploy Docker in Docker container.

Usage

Configure the role.

# https://hub.docker.com/_/docker
dind_image: docker:24.0.5-dind
dind_description: Build Environment # default: Docker in Docker
dind_hostname: dind01
dind_env: # default: []
  DOCKER_TLS_CERTDIR: ""
dind_volumes: # default: []
  jenkins01:/var/jenkins_home

And include it in your playbook.

- hosts: dind
  roles:
  - role: dind
Edit this page
Last Updated:
Contributors: Janik von Rotz