Sign inSign up

antmelekhin/docker-ansible

By antmelekhin

Updated 12 months ago

[DEPRECATED] Alpine-based Docker images with Ansible for use in pipelines.

Image
Integration & delivery
0

701

antmelekhin/docker-ansible repository overview

Docker images for running Ansible

Build and run

  • Build the image

    export ANSIBLE_VERSION='10'
    docker build --build-arg="ANSIBLE_VERSION=${ANSIBLE_VERSION}" -t "docker-ansible:${ANSIBLE_VERSION}" -f Dockerfile .
    
  • Run ansible-playbook

    docker run --rm -v $(pwd):/ansible -v ~/.ssh/id_rsa:/root/.ssh/id_rsa -t "docker-ansible:${ANSIBLE_VERSION}" ansible-playbook -i inventory.yml playbook.yml
    

License

MIT

Author

Melekhin Anton.

Tag summary

Content type

Image

Digest

sha256:f18b486ce

Size

107.7 MB

Last updated

12 months ago

docker pull antmelekhin/docker-ansible