An open API service indexing awesome lists of open source software.

https://github.com/btr1975/ansible

A base Ansible container
https://github.com/btr1975/ansible

ansible docker docker-image dockerfile python python2 ubuntu ubuntu1604

Last synced: 7 months ago
JSON representation

A base Ansible container

Awesome Lists containing this project

README

          

# Docker-Image: ansible

## Created By: Benjamin P. Trachtenberg

### Contact Information: e_ben_75-python@yahoo.com
### If you have any questions e-mail me

### LinkedIn: [Ben Trachtenberg](https://www.linkedin.com/in/ben-trachtenberg-3a78496)
### Docker Hub: [Ben Trachtenberg](https://hub.docker.com/r/btr1975)
### Github Hub: [Ben Trachtenberg](https://github.com/btr1975)
### Ansible Galaxy: [Ben Trachtenberg](https://galaxy.ansible.com/btr1975)

### About

This image is a Ansible Container

### Image Versions in ansible:1.0

* Python: 2.7.12
* Ansible Version: 2.3.1.0

### Image Versions in ansible:1.1

* Python: 2.7.12
* Ansible Version: 2.3.1.0

### Image Versions in ansible:1.2

* Python: 2.7.12
* Ansible Version: 2.4.2.0
* Git Version: 2.7.4

### Image Versions in ansible:1.3

* Python: 2.7.12
* Ansible Version: 2.6.2
* Git Version: 2.7.4

### Docker-Image Version Tags
* latest
* 1.0
* 1.1
* 1.2
* 1.3

### Version 1.1 News
* I added in ssh, how could I forget that?
* I added jq for easy json lookup

### Version 1.2 News
* I upgraded the Ansible version
* I added a ansible working directory at /ansible
* I added in Git for inventory management

### Version 1.3 News
* I upgraded the Ansible version