Sign inSign up

antmelekhin/ansible

By antmelekhin

Updated 8 months ago

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

Image
Integration & delivery
0

1.6K

antmelekhin/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:6cc32f74b

Size

111.2 MB

Last updated

8 months ago

docker pull antmelekhin/ansible