Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix: iputils failed in CentOS7 + AUFScentos7-master | William Yeh | 2017-09-15 | 2 | -2/+6 |
| | | | | @see https://github.com/CentOS/sig-cloud-instance-images/issues/77#issuecomment-295490209 | ||||
* | Add: Debian 9 ("Stretch") support. | William Yeh | 2017-09-14 | 18 | -7/+599 |
| | |||||
* | Add: Windows managed node support via "pywinrm". | William Yeh | 2017-09-13 | 50 | -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 Yeh | 2016-08-29 | 3 | -8/+9 |
| | | | | module. | ||||
* | Add: sudo for Alpine images to better emulate normal OS behavior. | William Yeh | 2016-06-15 | 5 | -4/+23 |
| | |||||
* | Add: `git` for onbuild variants; handy tools for others. | William Yeh | 2016-06-14 | 47 | -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.4 | William Yeh | 2016-06-07 | 0 | -0/+0 |
|\ | | | | | | | @see https://github.com/William-Yeh/docker-ansible/pull/19 | ||||
| * | Update: Alpine 3.3 to 3.4 | William Yeh | 2016-06-07 | 5 | -5/+5 |
| | | |||||
| * | Update: more detailed explanation about the differences among variants. | William Yeh | 2016-06-03 | 1 | -13/+15 |
| | | |||||
* | | Update: more detailed explanation about the differences among variants. | William Yeh | 2016-06-07 | 6 | -18/+20 |
|/ | |||||
* | Add: `mini-debian8` tag. | William Yeh | 2016-06-02 | 12 | -10/+229 |
| | |||||
* | Add: new `mini` series for building minimal images from playbooks. | William Yeh | 2016-05-30 | 12 | -2/+270 |
| | |||||
* | Update: Ansible PPA now supports the most recent version for Ubuntu 16.04 ↵ | William Yeh | 2016-05-26 | 2 | -6/+15 |
| | | | | LTS (Xenial). | ||||
* | Update: use `yum --enablerepo=epel-testing install ansible` for CentOS series. | William Yeh | 2016-05-11 | 8 | -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 Yeh | 2016-05-10 | 39 | -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-1 | William Yeh | 2016-04-28 | 1 | -0/+2 |
|\ | | | | | Update openssl and ca-certificates ONBUILD for `alpine3-onbuild` tag. | ||||
| * | Update openssl and ca-certificates ONBUILD | Joao C Costa | 2016-04-27 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #12 from William-Yeh/systemd | William Yeh | 2016-03-29 | 9 | -19/+185 |
|\ | | | | | Add: systemd support in CentOS 7 | ||||
| * | Add: systemd support in CentOS 7 | William Yeh | 2016-03-29 | 9 | -19/+185 |
|/ | | | | | @see https://hub.docker.com/_/centos/ @see https://github.com/vlisivka/docker-centos7-systemd-unpriv | ||||
* | Add: Ansible 1.9 series. | William Yeh | 2016-03-08 | 24 | -7/+1141 |
| | |||||
* | Fix: remove the need for an 'echo -e' option due to inconsistency treatments ↵ | William Yeh | 2016-02-25 | 26 | -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 Yeh | 2016-02-25 | 2 | -2/+2 |
| | |||||
* | Update: use PyPI repo instead of too-old EPEL for CentOS images. | William Yeh | 2016-02-24 | 23 | -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 Yeh | 2015-12-15 | 1 | -6/+6 |
| | | | | See: https://github.com/docker/docker/issues/6980 | ||||
* | Add: building from source tree. | William Yeh | 2015-12-15 | 23 | -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 Yeh | 2015-12-11 | 4 | -4/+4 |
| | | | | Credit: https://github.com/William-Yeh/docker-ansible/issues/8 | ||||
* | Fix: keep "curl" for Debian 7/8 series. | William Yeh | 2015-10-19 | 5 | -20/+20 |
| | | | | Credit: https://github.com/William-Yeh/docker-ansible/pull/5 | ||||
* | Fix: install "initscripts" package for CentOS 7 Dockerfile to emulate normal ↵ | William Yeh | 2015-09-18 | 2 | -0/+8 |
| | | | | OS behavior. | ||||
* | Fix: install "initscripts" package for CentOS 6 Dockerfile to emulate normal ↵ | William Yeh | 2015-09-17 | 2 | -0/+8 |
| | | | | OS behavior. | ||||
* | Add: support for Alpine 3 | William Yeh | 2015-09-17 | 7 | -5/+158 |
| | |||||
* | Update: some wording. | William Yeh | 2015-09-17 | 1 | -5/+5 |
| | |||||
* | Update: use new Docker mechanism for Travis CI | William Yeh | 2015-09-17 | 1 | -36/+44 |
| | |||||
* | Add: remark about `ansible/ansible-docker-base` statement: “Ansible no ↵ | William Yeh | 2015-09-17 | 1 | -0/+1 |
| | | | | longer maintains images in Dockerhub directly.” | ||||
* | Fix: update OpenSSL and certificates to avoid ansible-galaxy fails due to ↵ | William Yeh | 2015-07-14 | 4 | -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.2 | William Yeh | 2015-07-09 | 3 | -46/+24 |
| | |||||
* | Add: install Galaxy roles according to requirements.yml. | William Yeh | 2015-06-29 | 7 | -39/+159 |
| | | | | Inspired: PR from goettl79 - https://github.com/William-Yeh/docker-ansible/pull/1 | ||||
* | Try: stable version of travis-docker | William Yeh | 2015-06-02 | 1 | -1/+8 |
| | |||||
* | Fix: CircleCI | William Yeh | 2015-06-02 | 1 | -36/+36 |
| | |||||
* | Add: CircleCI | William Yeh | 2015-06-02 | 2 | -1/+74 |
| | |||||
* | Update for travis-docker's change | William Yeh | 2015-05-20 | 1 | -0/+2 |
| | | | | See https://github.com/moul/travis-docker/pull/13 | ||||
* | Add: diagnosis info (ansible_* variables) in *-onbuild images. | William Yeh | 2015-05-15 | 6 | -0/+18 |
| | |||||
* | Add: memo about Travis CI's worker instances. | William Yeh | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | Add: a simplest working example. | William Yeh | 2015-04-29 | 2 | -1/+69 |
| | |||||
* | Add: support for CentOS 7. | William Yeh | 2015-04-28 | 6 | -3/+165 |
| | |||||
* | Add: support for CentOS 6. | William Yeh | 2015-04-28 | 5 | -1/+134 |
| | |||||
* | Add: onbuild and debian8. | William Yeh | 2015-04-28 | 12 | -6/+397 |
| | |||||
* | Fix: markdown syntax. | William Yeh | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | Initial release. | William Yeh | 2015-04-28 | 7 | -0/+416 |