aboutsummaryrefslogtreecommitdiffhomepage
path: root/centos6-onbuild
Commit message (Collapse)AuthorAgeFilesLines
* Add: Windows managed node support via "pywinrm".William Yeh2017-09-132-109/+0
| | | | | | Remove: old distributions wheezy, precise, centos6. Remove: Ansible 1.9 was not supported in CentOS EPEL. See http://www.spinics.net/linux/fedora/epel-devel/msg00792.html
* Add: `git` for onbuild variants; handy tools for others.William Yeh2016-06-141-0/+1
| | | | | @see https://github.com/William-Yeh/docker-ansible/issues/18 @see https://github.com/William-Yeh/docker-ansible/issues/20
* Update: use `yum --enablerepo=epel-testing install ansible` for CentOS series.William Yeh2016-05-111-14/+9
| | | | | @see https://www.reddit.com/r/ansible/comments/46jrxc/release_20_in_epel/ @see https://bodhi.fedoraproject.org/updates/?packages=ansible
* Add: support for Ubuntu 16.04 LTS (Xenial).William Yeh2016-05-101-3/+5
| | | | | | | | | | Fix: 1. OS-level packages `libffi-dev` and `libssl-dev`/`openssl-dev` should be installed explicitly since Ansible 2.0.2.0(???). 2. Python package cffi should be installed explicitly since Ansible 2.0.2.0(???). 3. add '--fix-missing' for apt. @see https://github.com/boxcutter/ubuntu/issues/62 @see https://github.com/pyca/cryptography/issues/2280
* Fix: remove the need for an 'echo -e' option due to inconsistency treatments ↵William Yeh2016-02-251-1/+1
| | | | | | among various Linux distributions and versions. For example: Ubuntu 12.04 and 14.04.
* Update: use PyPI repo instead of too-old EPEL for CentOS images.William Yeh2016-02-241-6/+11
| | | | | | | | Fix: escaping '\n' character in echo command. Credit: two PRs from tilgovi: - https://github.com/William-Yeh/docker-ansible/pull/10 - https://github.com/William-Yeh/docker-ansible/pull/11 Update: Alpine image to 3.3
* Fix: newline character for CentOS 6/7 series.William Yeh2015-12-111-1/+1
| | | | Credit: https://github.com/William-Yeh/docker-ansible/issues/8
* Fix: install "initscripts" package for CentOS 6 Dockerfile to emulate normal ↵William Yeh2015-09-171-0/+4
| | | | OS behavior.
* Add: install Galaxy roles according to requirements.yml.William Yeh2015-06-291-5/+24
| | | | Inspired: PR from goettl79 - https://github.com/William-Yeh/docker-ansible/pull/1
* Add: diagnosis info (ansible_* variables) in *-onbuild images.William Yeh2015-05-151-0/+3
|
* Add: support for CentOS 6.William Yeh2015-04-282-0/+80