Skip to content

A Docker-in-Docker image that includes Ansible to use with GitLab/CI.

License

Notifications You must be signed in to change notification settings

alexnj/ansible-dind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ansible-dind

A Docker-in-Docker image that includes Ansible to use with GitLab/CI.

Example

deploy:
  stage: deploy
  image: alexnjose/ansible-docker:19.03.1

  services:
    - docker:19.03.1-dind
  variables:
    DOCKER_DRIVER: overlay2
    DOCKER_TLS_CERTDIR: "/certs"

  script:
    - ansible --version

About

A Docker-in-Docker image that includes Ansible to use with GitLab/CI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages