A simple container image with Ansible, Google Cloud SDK, and Boto3.
746
A simple container image with Ansible, Google Cloud SDK, and Boto3.
docker run --rm \
--name ansible \
-v /playbook/dir:/ansible \
roclops/ansible:1.0.0 \
ansible-playbook /ansible/playbook.yaml
Use the standard Roclops build process.
This will create a new build image and push to the Roclops Dockerhub repo. Running the build.sh creates/pushes the following tags:
<VERSION>.<TIMESTAMP><VERSION>latestFor example, if the VERSION file contains 1.2.3, then the following tags would be produced and pushed to the Dockerhub repo:
1.2.3.201701241033021.2.3latestContent type
Image
Digest
Size
212.5 MB
Last updated
over 8 years ago
docker pull roclops/ansible:1.0.2.20180417154642