Compare commits
5 Commits
1.3
...
d4b71fcddc
Author | SHA1 | Date | |
---|---|---|---|
d4b71fcddc | |||
29a5ac9221
|
|||
f6128fe7cf
|
|||
223a3ae308
|
|||
15a8a45e2b
|
10
.drone.yml
10
.drone.yml
@@ -473,13 +473,16 @@ steps:
|
||||
- name: notify
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
message: "Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}."
|
||||
message: "Commit {{ commit.message }} ran with build {{ build.number }} and finished with status {{ build.status }}."
|
||||
to: 14852963
|
||||
token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
- success
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
depends_on:
|
||||
- build-arch
|
||||
- build-alpine
|
||||
@@ -500,13 +503,16 @@ steps:
|
||||
- name: notify
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
message: "Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}."
|
||||
message: "Release {{ build.tag }} ran with build {{ build.number }} and finished with status {{ build.status }}."
|
||||
to: 14852963
|
||||
token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
- success
|
||||
event:
|
||||
- tag
|
||||
|
||||
depends_on:
|
||||
- release-arch
|
||||
- release-alpine
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# ansible
|
||||
|
||||
[](https://drone.burntbunch.org/lerentis/ansible-container)
|
||||
[](https://drone.uploadfilter24.eu/lerentis/ansible)
|
||||
|
||||
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
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3
|
||||
FROM alpine:3.14
|
||||
|
||||
RUN apk add --no-cache ansible curl \
|
||||
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM archlinux
|
||||
FROM archlinux:latest
|
||||
|
||||
RUN pacman -Syuu --noconfirm && pacman -S python python2 ansible sshpass git python-passlib python-netaddr curl --noconfirm \
|
||||
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||
|
Reference in New Issue
Block a user