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
- Host: GitHub
- URL: https://github.com/btr1975/ansible
- Owner: btr1975
- License: mit
- Created: 2017-07-24T22:30:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T21:06:38.000Z (about 7 years ago)
- Last Synced: 2025-02-02T15:27:52.490Z (8 months ago)
- Topics: ansible, docker, docker-image, dockerfile, python, python2, ubuntu, ubuntu1604
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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