Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
46340b6942 | |||
da2bf61102 | |||
cc36058ab9 | |||
cc9ef207ad | |||
0ee743dc21 | |||
bdbf04cf5f | |||
71196252ee | |||
51eb696e96 | |||
1999ac0aed | |||
70f9e2f7c0 | |||
e532742303 |
80
.drone.yml
80
.drone.yml
@ -1,4 +1,15 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
|
|
||||||
|
build-ubuntu-18:
|
||||||
|
group: build
|
||||||
|
image: plugins/docker
|
||||||
|
repo: lerentis/ansible
|
||||||
|
tag: ubuntu-18.04
|
||||||
|
dockerfile: ubuntu-18.04/Dockerfile
|
||||||
|
dry_run: true
|
||||||
|
when:
|
||||||
|
event: [ push, pull_request ]
|
||||||
|
|
||||||
build-ubuntu-16:
|
build-ubuntu-16:
|
||||||
group: build
|
group: build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -79,83 +90,120 @@ pipeline:
|
|||||||
when:
|
when:
|
||||||
event: [ push, pull_request ]
|
event: [ push, pull_request ]
|
||||||
|
|
||||||
|
build-ubuntu-18-publish:
|
||||||
|
group: release
|
||||||
|
image: plugins/docker
|
||||||
|
repo: lerentis/ansible
|
||||||
|
tag: ubuntu-18.04
|
||||||
|
dockerfile: ubuntu-18.04/Dockerfile
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
when:
|
||||||
|
event: [ tag ]
|
||||||
|
|
||||||
build-ubuntu-16-publish:
|
build-ubuntu-16-publish:
|
||||||
group: build
|
group: release
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: lerentis/ansible
|
repo: lerentis/ansible
|
||||||
tag: ubuntu-16.04
|
tag: ubuntu-16.04
|
||||||
dockerfile: ubuntu-16.04/Dockerfile
|
dockerfile: ubuntu-16.04/Dockerfile
|
||||||
secrets: [ docker_username, docker_password ]
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
|
|
||||||
build-ubuntu-14-publish:
|
build-ubuntu-14-publish:
|
||||||
group: build
|
group: release
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: lerentis/ansible
|
repo: lerentis/ansible
|
||||||
tag: ubuntu-14.04
|
tag: ubuntu-14.04
|
||||||
dockerfile: ubuntu-14.04/Dockerfile
|
dockerfile: ubuntu-14.04/Dockerfile
|
||||||
secrets: [ docker_username, docker_password ]
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
|
|
||||||
build-fedora-24-publish:
|
build-fedora-24-publish:
|
||||||
group: build
|
group: release
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: lerentis/ansible
|
repo: lerentis/ansible
|
||||||
tag: fedora-24
|
tag: fedora-24
|
||||||
dockerfile: fedora-24/Dockerfile
|
dockerfile: fedora-24/Dockerfile
|
||||||
secrets: [ docker_username, docker_password ]
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
|
|
||||||
build-alpine-3-publish:
|
build-alpine-3-publish:
|
||||||
group: build
|
group: release
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: lerentis/ansible
|
repo: lerentis/ansible
|
||||||
tag: alpine-3
|
tag: alpine-3
|
||||||
dockerfile: alpine-3/Dockerfile
|
dockerfile: alpine-3/Dockerfile
|
||||||
secrets: [ docker_username, docker_password ]
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
|
|
||||||
build-debian-8-publish:
|
build-debian-8-publish:
|
||||||
group: build
|
group: release
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: lerentis/ansible
|
repo: lerentis/ansible
|
||||||
tag: debian-8
|
tag: debian-8
|
||||||
dockerfile: debian-8/Dockerfile
|
dockerfile: debian-8/Dockerfile
|
||||||
secrets: [ docker_username, docker_password ]
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
|
|
||||||
build-debian-7-publish:
|
build-debian-7-publish:
|
||||||
group: build
|
group: release
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: lerentis/ansible
|
repo: lerentis/ansible
|
||||||
tag: debian-7
|
tag: debian-7
|
||||||
dockerfile: debian-8/Dockerfile
|
dockerfile: debian-8/Dockerfile
|
||||||
secrets: [ docker_username, docker_password ]
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
|
|
||||||
build-centos-7-publish:
|
build-centos-7-publish:
|
||||||
group: build
|
group: release
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: lerentis/ansible
|
repo: lerentis/ansible
|
||||||
tag: centos-7
|
tag: centos-7
|
||||||
dockerfile: centos-7/Dockerfile
|
dockerfile: centos-7/Dockerfile
|
||||||
secrets: [ docker_username, docker_password ]
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
|
|
||||||
build-arch-publish:
|
build-arch-publish:
|
||||||
group: build
|
group: release
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: lerentis/ansible
|
repo: lerentis/ansible
|
||||||
tag: arch
|
tag: arch
|
||||||
dockerfile: arch/Dockerfile
|
dockerfile: arch/Dockerfile
|
||||||
secrets: [ docker_username, docker_password ]
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# ansible
|
# ansible
|
||||||
|
|
||||||
|
[](https://drone.burntbunch.org/lerentis/ansible-container)
|
||||||
|
|
||||||
Docker images for running and testing ansible playbooks with various operating systems.
|
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
|
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.
|
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
|
## references
|
||||||
|
|
||||||
* [project](https://git.burntbunch.org/lerentis/ansible-container)
|
* [project](https://git.burntbunch.org/lerentis/ansible-container)
|
||||||
|
|
||||||
|
Current Version: 0.7.2
|
@ -1,11 +1,5 @@
|
|||||||
FROM archlinux/base
|
FROM archlinux/base
|
||||||
|
|
||||||
RUN echo "[archlinuxfr]" >> /etc/pacman.conf && \
|
RUN pacman -Syuu --noconfirm && pacman -S python2 ansible sshpass git python2-passlib python2-netaddr --noconfirm
|
||||||
echo "SigLevel = Never" >> /etc/pacman.conf && \
|
|
||||||
echo "Server = http://repo.archlinux.fr/x86_64" >> /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
|
|
||||||
|
|
||||||
CMD ["ansible-playbook", "--help"]
|
CMD ["ansible-playbook", "--help"]
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
cd ubuntu-18.04 && docker build -t lerentis/ansible:ubuntu-18.04 .
|
||||||
cd ubuntu-16.04 && docker build -t lerentis/ansible:ubuntu-16.04 .
|
cd ubuntu-16.04 && docker build -t lerentis/ansible:ubuntu-16.04 .
|
||||||
cd ../alpine-3 && docker build -t lerentis/ansible:alpine-3 .
|
cd ../alpine-3 && docker build -t lerentis/ansible:alpine-3 .
|
||||||
cd ../ubuntu-14.04 && docker build -t lerentis/ansible:ubuntu-14.04 .
|
cd ../ubuntu-14.04 && docker build -t lerentis/ansible:ubuntu-14.04 .
|
||||||
|
16
ubuntu-18.04/Dockerfile
Normal file
16
ubuntu-18.04/Dockerfile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
FROM ubuntu:18.04
|
||||||
|
|
||||||
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
software-properties-common \
|
||||||
|
apt-utils \
|
||||||
|
&& apt-add-repository ppa:ansible/ansible \
|
||||||
|
&& apt-get update \
|
||||||
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
ansible \
|
||||||
|
python-apt \
|
||||||
|
git-core \
|
||||||
|
openssh-client \
|
||||||
|
&& apt-get clean
|
||||||
|
|
||||||
|
CMD ["ansible-playbook", "--help"]
|
Reference in New Issue
Block a user