Compare commits
No commits in common. "bd55676bad6e2485d1e0b9dae6106b8a212585dc" and "ef98355d711e04f4bb6ca0d781e8da43cb6cf25b" have entirely different histories.
bd55676bad
...
ef98355d71
52
.drone.yml
52
.drone.yml
@ -40,3 +40,55 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: sync
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: github
|
||||||
|
image: docker.io/appleboy/drone-git-push:latest
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 50
|
||||||
|
memory: 25M
|
||||||
|
settings:
|
||||||
|
branch: master
|
||||||
|
remote: ssh://git@github.com/volker-raschek/networking-role.git
|
||||||
|
force: true
|
||||||
|
ssh_key:
|
||||||
|
from_secret: ssh_key
|
||||||
|
|
||||||
|
- name: email-notification
|
||||||
|
environment:
|
||||||
|
PLUGIN_HOST:
|
||||||
|
from_secret: smtp_host
|
||||||
|
PLUGIN_USERNAME:
|
||||||
|
from_secret: smtp_username
|
||||||
|
PLUGIN_PASSWORD:
|
||||||
|
from_secret: smtp_password
|
||||||
|
PLUGIN_FROM:
|
||||||
|
from_secret: smtp_mail_address
|
||||||
|
image: docker.io/drillster/drone-email:latest
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 50
|
||||||
|
memory: 25M
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- changed
|
||||||
|
- failure
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- cron
|
||||||
|
- push
|
||||||
|
repo:
|
||||||
|
- volker.raschek/networking-role
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# networking
|
# networking
|
||||||
|
|
||||||
[](https://drone.cryptic.systems/volker.raschek/networking-role)
|
[](https://drone.cryptic.systems/volker.raschek/networking-role)
|
||||||
[](https://galaxy.ansible.com/volker_raschek/networking)
|
[](https://galaxy.ansible.com/volker_raschek/networking_role)
|
||||||
|
|
||||||
With following role can the networking stack provided by systemd be configured.
|
With following role can the networking stack provided by systemd be configured.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user