aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add: Debian 9 ("Stretch") support.William Yeh2017-09-141-7/+15
|
* Add: Windows managed node support via "pywinrm".William Yeh2017-09-131-34/+13
| | | | | | 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: rsync for some Alpine images to make it convenient for "synchronize" ↵William Yeh2016-08-291-6/+7
| | | | module.
* Add: `git` for onbuild variants; handy tools for others.William Yeh2016-06-141-14/+20
| | | | | @see https://github.com/William-Yeh/docker-ansible/issues/18 @see https://github.com/William-Yeh/docker-ansible/issues/20
* Update: more detailed explanation about the differences among variants.William Yeh2016-06-071-13/+15
|
* Add: `mini-debian8` tag.William Yeh2016-06-021-0/+1
|
* Add: new `mini` series for building minimal images from playbooks.William Yeh2016-05-301-2/+10
|
* Add: support for Ubuntu 16.04 LTS (Xenial).William Yeh2016-05-101-2/+9
| | | | | | | | | | 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
* Add: Ansible 1.9 series.William Yeh2016-03-081-1/+27
|
* Update: use PyPI repo instead of too-old EPEL for CentOS images.William Yeh2016-02-241-5/+5
| | | | | | | | 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-151-1/+24
| | | | | | | 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.
* Fix: keep "curl" for Debian 7/8 series.William Yeh2015-10-191-4/+4
| | | | Credit: https://github.com/William-Yeh/docker-ansible/pull/5
* Add: support for Alpine 3William Yeh2015-09-171-5/+12
|
* Update: some wording.William Yeh2015-09-171-5/+5
|
* Add: remark about `ansible/ansible-docker-base` statement: “Ansible no ↵William Yeh2015-09-171-0/+1
| | | | longer maintains images in Dockerhub directly.”
* Add: install Galaxy roles according to requirements.yml.William Yeh2015-06-291-9/+15
| | | | Inspired: PR from goettl79 - https://github.com/William-Yeh/docker-ansible/pull/1
* Add: CircleCIWilliam Yeh2015-06-021-1/+1
|
* Add: memo about Travis CI's worker instances.William Yeh2015-04-291-1/+1
|
* Add: a simplest working example.William Yeh2015-04-291-1/+48
|
* Add: support for CentOS 7.William Yeh2015-04-281-1/+8
|
* Add: support for CentOS 6.William Yeh2015-04-281-1/+7
|
* Add: onbuild and debian8.William Yeh2015-04-281-2/+47
|
* Fix: markdown syntax.William Yeh2015-04-281-1/+1
|
* Initial release.William Yeh2015-04-281-0/+93