ansible - https://www.ansible.com
Latest ansbile release in pip embedded into this docker.
Used to perform ansible playbooks into gitlab ci runner.
Codeship:
docker pull sdesbure/ansible
Per default, the docker will give you the version number of ansible.
If you want to launch a playbook, you'll have to run a specific command:
docker run --rm -v <path for playbook folder>:/playbooks sdesbure/ansible ansible-playbook yourplaybook.yaml
Here's an example of a working configuration (that have a deploy stage):
ansible:
stage: deploy
image: sdesbure/ansible
script:
- ansible-playbook -i inventory myplaybook.yaml
Content type
Image
Digest
Size
398.5 MB
Last updated
over 7 years ago
docker pull sdesbure/ansible