Compare commits
14 Commits
Author | SHA1 | Date | |
---|---|---|---|
1dcddacca3 | |||
e82200abfc | |||
43b83e7c94 | |||
4134b9ce5f | |||
71600ee52c | |||
120fd5ba1f | |||
46340b6942 | |||
da2bf61102 | |||
cc36058ab9 | |||
cc9ef207ad | |||
0ee743dc21 | |||
bdbf04cf5f | |||
71196252ee | |||
51eb696e96 |
389
.drone.yml
389
.drone.yml
@ -1,168 +1,275 @@
|
||||
pipeline:
|
||||
build-ubuntu-16:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
---
|
||||
kind: pipeline
|
||||
name: ansible-containers
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
concurrency:
|
||||
limit: 9
|
||||
|
||||
steps:
|
||||
- name: build-ubuntu-18
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ubuntu-18.04/Dockerfile
|
||||
dry_run: true
|
||||
repo: lerentis/ansible
|
||||
tag: ubuntu-16.04
|
||||
tag: ubuntu-18.04
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
- name: build-ubuntu-16
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ubuntu-16.04/Dockerfile
|
||||
dry_run: true
|
||||
when:
|
||||
event: [ push, pull_request ]
|
||||
|
||||
build-ubuntu-14:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
repo: lerentis/ansible
|
||||
tag: ubuntu-14.04
|
||||
dockerfile: ubuntu-14.04/Dockerfile
|
||||
dry_run: true
|
||||
when:
|
||||
event: [ push, pull_request ]
|
||||
|
||||
build-fedora-24:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
repo: lerentis/ansible
|
||||
tag: fedora-24
|
||||
dockerfile: fedora-24/Dockerfile
|
||||
dry_run: true
|
||||
when:
|
||||
event: [ push, pull_request ]
|
||||
|
||||
build-alpine-3:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
repo: lerentis/ansible
|
||||
tag: alpine-3
|
||||
dockerfile: alpine-3/Dockerfile
|
||||
dry_run: true
|
||||
when:
|
||||
event: [ push, pull_request ]
|
||||
|
||||
build-debian-8:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
repo: lerentis/ansible
|
||||
tag: debian-8
|
||||
dockerfile: debian-8/Dockerfile
|
||||
dry_run: true
|
||||
when:
|
||||
event: [ push, pull_request ]
|
||||
|
||||
build-debian-7:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
repo: lerentis/ansible
|
||||
tag: debian-7
|
||||
dockerfile: debian-8/Dockerfile
|
||||
dry_run: true
|
||||
when:
|
||||
event: [ push, pull_request ]
|
||||
|
||||
build-centos-7:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
repo: lerentis/ansible
|
||||
tag: centos-7
|
||||
dockerfile: centos-7/Dockerfile
|
||||
dry_run: true
|
||||
when:
|
||||
event: [ push, pull_request ]
|
||||
|
||||
build-arch:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
repo: lerentis/ansible
|
||||
tag: arch
|
||||
dockerfile: arch/Dockerfile
|
||||
dry_run: true
|
||||
when:
|
||||
event: [ push, pull_request ]
|
||||
|
||||
build-ubuntu-16-publish:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
repo: lerentis/ansible
|
||||
tag: ubuntu-16.04
|
||||
dockerfile: ubuntu-16.04/Dockerfile
|
||||
secrets: [ docker_username, docker_password ]
|
||||
when:
|
||||
event: [ tag ]
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
build-ubuntu-14-publish:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
- name: build-ubuntu-14
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ubuntu-14.04/Dockerfile
|
||||
dry_run: true
|
||||
repo: lerentis/ansible
|
||||
tag: ubuntu-14.04
|
||||
dockerfile: ubuntu-14.04/Dockerfile
|
||||
secrets: [ docker_username, docker_password ]
|
||||
when:
|
||||
event: [ tag ]
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
build-fedora-24-publish:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
- name: build-fedora-24
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: fedora-24/Dockerfile
|
||||
dry_run: true
|
||||
repo: lerentis/ansible
|
||||
tag: fedora-24
|
||||
dockerfile: fedora-24/Dockerfile
|
||||
secrets: [ docker_username, docker_password ]
|
||||
when:
|
||||
event: [ tag ]
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
build-alpine-3-publish:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
- name: build-alpine-3
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: alpine-3/Dockerfile
|
||||
dry_run: true
|
||||
repo: lerentis/ansible
|
||||
tag: alpine-3
|
||||
dockerfile: alpine-3/Dockerfile
|
||||
secrets: [ docker_username, docker_password ]
|
||||
when:
|
||||
event: [ tag ]
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
build-debian-8-publish:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
- name: build-debian-8
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: debian-8/Dockerfile
|
||||
dry_run: true
|
||||
repo: lerentis/ansible
|
||||
tag: debian-8
|
||||
dockerfile: debian-8/Dockerfile
|
||||
secrets: [ docker_username, docker_password ]
|
||||
when:
|
||||
event: [ tag ]
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
build-debian-7-publish:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
- name: build-debian-7
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: debian-8/Dockerfile
|
||||
dry_run: true
|
||||
repo: lerentis/ansible
|
||||
tag: debian-7
|
||||
dockerfile: debian-8/Dockerfile
|
||||
secrets: [ docker_username, docker_password ]
|
||||
when:
|
||||
event: [ tag ]
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
build-centos-7-publish:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
- name: build-centos-7
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: centos-7/Dockerfile
|
||||
dry_run: true
|
||||
repo: lerentis/ansible
|
||||
tag: centos-7
|
||||
dockerfile: centos-7/Dockerfile
|
||||
secrets: [ docker_username, docker_password ]
|
||||
when:
|
||||
event: [ tag ]
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
build-arch-publish:
|
||||
group: build
|
||||
image: plugins/docker
|
||||
- name: build-arch
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: arch/Dockerfile
|
||||
dry_run: true
|
||||
repo: lerentis/ansible
|
||||
tag: arch
|
||||
dockerfile: arch/Dockerfile
|
||||
secrets: [ docker_username, docker_password ]
|
||||
when:
|
||||
event: [ tag ]
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
telegram:
|
||||
image: appleboy/drone-telegram
|
||||
token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY
|
||||
to: 14852963
|
||||
message: Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}.
|
||||
when:
|
||||
status: [ failure, success ]
|
||||
- name: build-ubuntu-18-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ubuntu-18.04/Dockerfile
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: lerentis/ansible
|
||||
tag: ubuntu-18.04
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-ubuntu-16-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ubuntu-16.04/Dockerfile
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: lerentis/ansible
|
||||
tag: ubuntu-16.04
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-ubuntu-14-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ubuntu-14.04/Dockerfile
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: lerentis/ansible
|
||||
tag: ubuntu-14.04
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-fedora-24-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: fedora-24/Dockerfile
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: lerentis/ansible
|
||||
tag: fedora-24
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-alpine-3-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: alpine-3/Dockerfile
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: lerentis/ansible
|
||||
tag: alpine-3
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-debian-8-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: debian-8/Dockerfile
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: lerentis/ansible
|
||||
tag: debian-8
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-debian-7-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: debian-8/Dockerfile
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: lerentis/ansible
|
||||
tag: debian-7
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-centos-7-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: centos-7/Dockerfile
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: lerentis/ansible
|
||||
tag: centos-7
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-arch-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: arch/Dockerfile
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: lerentis/ansible
|
||||
tag: arch
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: notify
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
message: "Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}."
|
||||
to: 14852963
|
||||
token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
- success
|
||||
depends_on:
|
||||
- build-ubuntu-18
|
||||
- build-ubuntu-16
|
||||
- build-ubuntu-14
|
||||
- build-fedora-24
|
||||
- build-alpine-3
|
||||
- build-debian-8
|
||||
- build-debian-7
|
||||
- build-centos-7
|
||||
- build-arch
|
||||
- build-ubuntu-18-publish
|
||||
- build-ubuntu-16-publish
|
||||
- build-ubuntu-14-publish
|
||||
- build-fedora-24-publish
|
||||
- build-alpine-3-publish
|
||||
- build-debian-8-publish
|
||||
- build-debian-7-publish
|
||||
- build-centos-7-publish
|
||||
- build-arch-publish
|
||||
|
@ -1,11 +1,5 @@
|
||||
FROM archlinux/base
|
||||
|
||||
RUN echo "[archlinuxfr]" >> /etc/pacman.conf && \
|
||||
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 rm /usr/bin/python && ln -s /usr/bin/python2.7 /usr/bin/python
|
||||
RUN pacman -Syuu --noconfirm && pacman -S python2 ansible sshpass git python2-passlib python2-netaddr --noconfirm
|
||||
|
||||
CMD ["ansible-playbook", "--help"]
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/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 ../alpine-3 && docker build -t lerentis/ansible:alpine-3 .
|
||||
cd ../ubuntu-14.04 && docker build -t lerentis/ansible:ubuntu-14.04 .
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM centos:7
|
||||
|
||||
RUN yum -y install epel-release \
|
||||
&& yum -y install ansible \
|
||||
&& yum -y install ansible git \
|
||||
&& yum clean headers \
|
||||
&& yum clean packages
|
||||
|
||||
|
@ -8,6 +8,7 @@ RUN apt-get update \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
ansible \
|
||||
git \
|
||||
&& apt-get clean
|
||||
|
||||
CMD ["ansible-playbook", "--help"]
|
||||
|
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