aboutsummaryrefslogtreecommitdiffhomepage
path: root/master-ubuntu14.04-onbuild
Commit message (Collapse)AuthorAgeFilesLines
* Add: Windows managed node support via "pywinrm".William Yeh2017-09-131-1/+3
| | | | | | 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
* 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-1/+1
| | | | | | | | 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
* Add: building from source tree.William Yeh2015-12-152-0/+124
Fix: systemd conflicts with new CentOS7 image; See https://forums.docker.com/t/yum-update-fails-for-centos-7-container/5060 Fix: ca-certificates should be installed in Debian 7 for `git clone` source tree.