Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
1999ac0aed | |||
70f9e2f7c0 | |||
e532742303 |
@ -1,5 +1,7 @@
|
||||
# ansible
|
||||
|
||||
[](https://drone.burntbunch.org/lerentis/ansible-container)
|
||||
|
||||
Docker images for running and testing ansible playbooks with various operating systems.
|
||||
This Project is based on this [project](https://github.com/pauvos/ansible), which seems abandoned
|
||||
I don't like obfuscated Dockerfiles with external scripts and hundreds of bells and whistles, so I created these simple ones.
|
||||
@ -65,4 +67,6 @@ Note: /root/.ansible must not be an overlayfs, otherwise ssh accelerate won't wo
|
||||
|
||||
## references
|
||||
|
||||
* [project](https://git.burntbunch.org/lerentis/ansible-container)
|
||||
* [project](https://git.burntbunch.org/lerentis/ansible-container)
|
||||
|
||||
Current Version: 0.7.2
|
@ -6,6 +6,6 @@ RUN echo "[archlinuxfr]" >> /etc/pacman.conf && \
|
||||
|
||||
RUN pacman -Syuu --noconfirm && pacman -S yaourt ansible sshpass python2-passlib python2-netaddr python2-pywinrm python2-dnspython python2-ovirt-engine-sdk python2-jmespath python2-requests-ntlm python2-requests-kerberos python2-requests-credssp git --noconfirm
|
||||
|
||||
RUN ln -s /usr/bin/python2.7 /usr/bin/python
|
||||
RUN rm /usr/bin/python && ln -s /usr/bin/python2.7 /usr/bin/python
|
||||
|
||||
CMD ["ansible-playbook", "--help"]
|
||||
|
Reference in New Issue
Block a user