[DEPRECATED] Alpine-based Docker images with Ansible for use in pipelines.
701
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
MIT
Melekhin Anton.
Content type
Image
Digest
sha256:f18b486ce…
Size
107.7 MB
Last updated
12 months ago
docker pull antmelekhin/docker-ansible