roclops/ansible

By roclops

Updated over 8 years ago

A simple container image with Ansible, Google Cloud SDK, and Boto3.

Image
0

746

roclops/ansible repository overview

Roclops | Ansible

roclops/ansible

A simple container image with Ansible, Google Cloud SDK, and Boto3.

Usage

docker run --rm \
    --name ansible \
    -v /playbook/dir:/ansible \
    roclops/ansible:1.0.0 \
    ansible-playbook /ansible/playbook.yaml

Building

Use the standard Roclops build process.

  • Set VERSION file to the new version.
  • Run "sh build.sh"

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>
  • latest

For 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.20170124103302
  • 1.2.3
  • latest

Tag summary

Content type

Image

Digest

Size

212.5 MB

Last updated

over 8 years ago

docker pull roclops/ansible:1.0.2.20180417154642