aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* debian9: use "slim" version of debian imageHEADmasterPaul Bonaud2018-11-031-1/+1
|
* alpine3: update base alpine image from 3.6 to 3.7Paul B2018-02-231-1/+1
|
* Fix: iputils failed in CentOS7 + AUFScentos7-masterWilliam Yeh2017-09-152-2/+6
| | | | @see https://github.com/CentOS/sig-cloud-instance-images/issues/77#issuecomment-295490209
* Add: Debian 9 ("Stretch") support.William Yeh2017-09-1418-7/+599
|
* Add: Windows managed node support via "pywinrm".William Yeh2017-09-1350-1889/+59
| | | | | | 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-293-8/+9
| | | | module.
* Add: sudo for Alpine images to better emulate normal OS behavior.William Yeh2016-06-155-4/+23
|
* Add: `git` for onbuild variants; handy tools for others.William Yeh2016-06-1447-15/+137
| | | | | @see https://github.com/William-Yeh/docker-ansible/issues/18 @see https://github.com/William-Yeh/docker-ansible/issues/20
* Update: Alpine base image from 3.3 to 3.4William Yeh2016-06-070-0/+0
|\ | | | | | | @see https://github.com/William-Yeh/docker-ansible/pull/19
| * Update: Alpine 3.3 to 3.4William Yeh2016-06-075-5/+5
| |
| * Update: more detailed explanation about the differences among variants.William Yeh2016-06-031-13/+15
| |
* | Update: more detailed explanation about the differences among variants.William Yeh2016-06-076-18/+20
|/
* Add: `mini-debian8` tag.William Yeh2016-06-0212-10/+229
|
* Add: new `mini` series for building minimal images from playbooks.William Yeh2016-05-3012-2/+270
|
* Update: Ansible PPA now supports the most recent version for Ubuntu 16.04 ↵William Yeh2016-05-262-6/+15
| | | | LTS (Xenial).
* Update: use `yum --enablerepo=epel-testing install ansible` for CentOS series.William Yeh2016-05-118-112/+72
| | | | | @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-1039-105/+505
| | | | | | | | | | 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
* Merge pull request #13 from joaocc/patch-1William Yeh2016-04-281-0/+2
|\ | | | | Update openssl and ca-certificates ONBUILD for `alpine3-onbuild` tag.
| * Update openssl and ca-certificates ONBUILDJoao C Costa2016-04-271-0/+2
|/
* Merge pull request #12 from William-Yeh/systemdWilliam Yeh2016-03-299-19/+185
|\ | | | | Add: systemd support in CentOS 7
| * Add: systemd support in CentOS 7William Yeh2016-03-299-19/+185
|/ | | | | @see https://hub.docker.com/_/centos/ @see https://github.com/vlisivka/docker-centos7-systemd-unpriv
* Add: Ansible 1.9 series.William Yeh2016-03-0824-7/+1141
|
* Fix: remove the need for an 'echo -e' option due to inconsistency treatments ↵William Yeh2016-02-2526-26/+26
| | | | | | among various Linux distributions and versions. For example: Ubuntu 12.04 and 14.04.
* Rollback: escaping '\n' character in echo command for Ubuntu Precise (12.04).William Yeh2016-02-252-2/+2
|
* Update: use PyPI repo instead of too-old EPEL for CentOS images.William Yeh2016-02-2423-47/+67
| | | | | | | | 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: don't build master-centos7* under CircleCI to get around AUFS bug.William Yeh2015-12-151-6/+6
| | | | See: https://github.com/docker/docker/issues/6980
* Add: building from source tree.William Yeh2015-12-1523-3/+1263
| | | | | | | 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: newline character for CentOS 6/7 series.William Yeh2015-12-114-4/+4
| | | | Credit: https://github.com/William-Yeh/docker-ansible/issues/8
* Fix: keep "curl" for Debian 7/8 series.William Yeh2015-10-195-20/+20
| | | | Credit: https://github.com/William-Yeh/docker-ansible/pull/5
* Fix: install "initscripts" package for CentOS 7 Dockerfile to emulate normal ↵William Yeh2015-09-182-0/+8
| | | | OS behavior.
* Fix: install "initscripts" package for CentOS 6 Dockerfile to emulate normal ↵William Yeh2015-09-172-0/+8
| | | | OS behavior.
* Add: support for Alpine 3William Yeh2015-09-177-5/+158
|
* Update: some wording.William Yeh2015-09-171-5/+5
|
* Update: use new Docker mechanism for Travis CIWilliam Yeh2015-09-171-36/+44
|
* Add: remark about `ansible/ansible-docker-base` statement: “Ansible no ↵William Yeh2015-09-171-0/+1
| | | | longer maintains images in Dockerhub directly.”
* Fix: update OpenSSL and certificates to avoid ansible-galaxy fails due to ↵William Yeh2015-07-144-8/+20
| | | | | | | | | | | | | incompatible security rules. Evidence: $ ansible-galaxy install ... - the API server (galaxy.ansible.com) is not responding, please try again later. @see https://twitter.com/thejimic/status/592527999695597568 > that's odd, can you see if you can hit the API directly (browser or curl/wget): https://galaxy.ansible.com/api/v1/
* Update: simplify circle.yml to leverage CircleCI's upgrading to Docker 1.6.2William Yeh2015-07-093-46/+24
|
* Add: install Galaxy roles according to requirements.yml.William Yeh2015-06-297-39/+159
| | | | Inspired: PR from goettl79 - https://github.com/William-Yeh/docker-ansible/pull/1
* Try: stable version of travis-dockerWilliam Yeh2015-06-021-1/+8
|
* Fix: CircleCIWilliam Yeh2015-06-021-36/+36
|
* Add: CircleCIWilliam Yeh2015-06-022-1/+74
|
* Update for travis-docker's changeWilliam Yeh2015-05-201-0/+2
| | | | See https://github.com/moul/travis-docker/pull/13
* Add: diagnosis info (ansible_* variables) in *-onbuild images.William Yeh2015-05-156-0/+18
|
* Add: memo about Travis CI's worker instances.William Yeh2015-04-291-1/+1
|
* Add: a simplest working example.William Yeh2015-04-292-1/+69
|
* Add: support for CentOS 7.William Yeh2015-04-286-3/+165
|
* Add: support for CentOS 6.William Yeh2015-04-285-1/+134
|
* Add: onbuild and debian8.William Yeh2015-04-2812-6/+397
|
* Fix: markdown syntax.William Yeh2015-04-281-1/+1
|
* Initial release.William Yeh2015-04-287-0/+416