This commit is contained in:
parent
5863c5697e
commit
ce9e365a29
@ -9,12 +9,8 @@ local PipelineLinting = {
|
|||||||
{
|
{
|
||||||
name: "ansible-later",
|
name: "ansible-later",
|
||||||
image: "xoxys/ansible-later:latest",
|
image: "xoxys/ansible-later:latest",
|
||||||
environment: {
|
|
||||||
PY_COLORS: 1
|
|
||||||
},
|
|
||||||
commands: [
|
commands: [
|
||||||
"git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy",
|
"ansible-later",
|
||||||
"ansible-later -c ~/policy/config.yml"
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -39,7 +35,6 @@ local PipelineDocumentation = {
|
|||||||
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true,
|
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true,
|
||||||
ANSIBLE_DOCTOR_EXCLUDE_FILES: "molecule/",
|
ANSIBLE_DOCTOR_EXCLUDE_FILES: "molecule/",
|
||||||
ANSIBLE_DOCTOR_CUSTOM_HEADER: "HEADER.md",
|
ANSIBLE_DOCTOR_CUSTOM_HEADER: "HEADER.md",
|
||||||
PY_COLORS: 1
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
20
.drone.yml
20
.drone.yml
@ -10,16 +10,13 @@ steps:
|
|||||||
- name: ansible-later
|
- name: ansible-later
|
||||||
image: xoxys/ansible-later:latest
|
image: xoxys/ansible-later:latest
|
||||||
commands:
|
commands:
|
||||||
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
- ansible-later
|
||||||
- ansible-later -c ~/policy/config.yml
|
|
||||||
environment:
|
|
||||||
PY_COLORS: 1
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
- "refs/tags/**"
|
- refs/tags/**
|
||||||
- "refs/pull/**"
|
- refs/pull/**
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@ -37,7 +34,6 @@ steps:
|
|||||||
ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/
|
ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/
|
||||||
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true
|
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true
|
||||||
ANSIBLE_DOCTOR_LOG_LEVEL: INFO
|
ANSIBLE_DOCTOR_LOG_LEVEL: INFO
|
||||||
PY_COLORS: 1
|
|
||||||
|
|
||||||
- name: push-to-repo
|
- name: push-to-repo
|
||||||
image: plugins/git-action:latest
|
image: plugins/git-action:latest
|
||||||
@ -45,7 +41,7 @@ steps:
|
|||||||
actions:
|
actions:
|
||||||
- commit
|
- commit
|
||||||
- push
|
- push
|
||||||
author_email: "shipper@rknet.org"
|
author_email: shipper@rknet.org
|
||||||
author_name: DroneShipper
|
author_name: DroneShipper
|
||||||
branch: master
|
branch: master
|
||||||
message: "[SKIP CI] update readme"
|
message: "[SKIP CI] update readme"
|
||||||
@ -62,8 +58,8 @@ steps:
|
|||||||
trigger:
|
trigger:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
- "refs/tags/**"
|
- refs/tags/**
|
||||||
- "refs/pull/**"
|
- refs/pull/**
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- linting
|
- linting
|
||||||
@ -96,7 +92,7 @@ steps:
|
|||||||
trigger:
|
trigger:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
- "refs/tags/**"
|
- refs/tags/**
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
- failure
|
- failure
|
||||||
@ -106,6 +102,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: a4e259823773b8fc0b0cfb6445ed26235552d3a942951c7e02a82bee2b10bb2a
|
hmac: 72d3c10da1efd8631afbee4d89c895232bbbb5c5eb1cc56126d9ee326dcceb69
|
||||||
|
|
||||||
...
|
...
|
||||||
|
18
.later.yml
Normal file
18
.later.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
ansible:
|
||||||
|
custom_modules:
|
||||||
|
- iptables_raw
|
||||||
|
- openssl_pkcs12
|
||||||
|
- proxmox_kvm2
|
||||||
|
- ucr
|
||||||
|
- yum_versionlock
|
||||||
|
|
||||||
|
rules:
|
||||||
|
exclude_files:
|
||||||
|
- molecule/
|
||||||
|
- "LICENSE*"
|
||||||
|
- "**/*.md"
|
||||||
|
- "**/*.ini"
|
||||||
|
|
||||||
|
exclude_filter:
|
||||||
|
- LINT0009
|
Loading…
Reference in New Issue
Block a user