| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
@see https://www.reddit.com/r/ansible/comments/46jrxc/release_20_in_epel/
@see https://bodhi.fedoraproject.org/updates/?packages=ansible
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
@see https://hub.docker.com/_/centos/
@see https://github.com/vlisivka/docker-centos7-systemd-unpriv
|
|
|
|
|
|
| |
among various Linux distributions and versions.
For example: Ubuntu 12.04 and 14.04.
|
|
|
|
|
|
|
|
| |
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: 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.
|
|
|
|
| |
Credit: https://github.com/William-Yeh/docker-ansible/issues/8
|
|
|
|
| |
OS behavior.
|
| |
|
|
|