migrate dependencies to collections
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9d02eed848
commit
c047dfc9aa
@ -39,11 +39,9 @@ local PipelineDeployment(scenario='centos7') = {
|
||||
image: 'xoxys/molecule:3',
|
||||
environment: {
|
||||
DO_API_KEY: { from_secret: 'do_api_key' },
|
||||
MOLECULE_CUSTOM_MODULES_REPO: 'https://gitea.rknet.org/ansible/custom_modules',
|
||||
MOLECULE_CUSTOM_FILTERS_REPO: 'https://gitea.rknet.org/ansible/custom_filters',
|
||||
},
|
||||
commands: [
|
||||
'molecule test -s' + scenario,
|
||||
'molecule test -s ' + scenario,
|
||||
],
|
||||
},
|
||||
],
|
||||
|
@ -37,12 +37,10 @@ steps:
|
||||
- name: ansible-molecule
|
||||
image: xoxys/molecule:3
|
||||
commands:
|
||||
- molecule test -scentos7
|
||||
- molecule test -s centos7
|
||||
environment:
|
||||
DO_API_KEY:
|
||||
from_secret: do_api_key
|
||||
MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters
|
||||
MOLECULE_CUSTOM_MODULES_REPO: https://gitea.rknet.org/ansible/custom_modules
|
||||
|
||||
trigger:
|
||||
ref:
|
||||
@ -146,6 +144,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 6386c423f6b240b01eae4f26efee8cd942691ad1f38d993c9622662d6afa259f
|
||||
hmac: 5c08f5096a585bff21289c3067caed40bc23811c83876e5557cb94adcaf6eec1
|
||||
|
||||
...
|
||||
|
@ -3,9 +3,10 @@ ansible:
|
||||
custom_modules:
|
||||
- iptables_raw
|
||||
- openssl_pkcs12
|
||||
- proxmox_kvm2
|
||||
- proxmox_kvm
|
||||
- ucr
|
||||
- yum_versionlock
|
||||
- corenetworks_dns
|
||||
- corenetworks_token
|
||||
|
||||
rules:
|
||||
exclude_files:
|
||||
@ -13,6 +14,6 @@ rules:
|
||||
- "LICENSE*"
|
||||
- "**/*.md"
|
||||
- "**/*.ini"
|
||||
|
||||
|
||||
exclude_filter:
|
||||
- LINT0009
|
||||
|
@ -1,15 +1,15 @@
|
||||
# Standards: 0.1
|
||||
---
|
||||
galaxy_info:
|
||||
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
|
||||
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
|
||||
author: Robert Kaussow <mail@geeklabor.de>
|
||||
# @meta description: >
|
||||
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.certbot)
|
||||
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.certbot?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.certbot)
|
||||
# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.certbot/src/branch/master/LICENSE)
|
||||
#
|
||||
# Setup [certbot](https://certbot.eff.org/) Let's Encrypt client.
|
||||
# @end
|
||||
# @meta description: >
|
||||
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.certbot)
|
||||
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.certbot?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.certbot)
|
||||
# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.certbot/src/branch/master/LICENSE)
|
||||
#
|
||||
# Setup [certbot](https://certbot.eff.org/) Let's Encrypt client.
|
||||
# @end
|
||||
description: Setup certbot Let's Encrypt client
|
||||
license: MIT
|
||||
min_ansible_version: 2.8
|
||||
@ -22,3 +22,5 @@ galaxy_info:
|
||||
- letsencrypt
|
||||
- certbot
|
||||
dependencies: []
|
||||
collections:
|
||||
- community.general
|
||||
|
@ -1,6 +1,9 @@
|
||||
---
|
||||
dependency:
|
||||
name: galaxy
|
||||
options:
|
||||
role-file: molecule/requirements.yml
|
||||
requirements-file: molecule/requirements.yml
|
||||
driver:
|
||||
name: delegated
|
||||
platforms:
|
||||
@ -9,7 +12,7 @@ platforms:
|
||||
image_id: centos-7-x64
|
||||
size_id: s-1vcpu-1gb
|
||||
lint: |
|
||||
flake8
|
||||
/usr/local/bin/flake8
|
||||
provisioner:
|
||||
name: ansible
|
||||
env:
|
||||
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
- src: https://gitea.rknet.org/ansible/xoxys.python3.git
|
||||
name: xoxys.python3
|
||||
scm: git
|
||||
version: master
|
11
molecule/requirements.yml
Normal file
11
molecule/requirements.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
collections:
|
||||
- name: https://gitea.rknet.org/ansible/xoxys.general/releases/download/v1.1.0/xoxys-general-1.1.0.tar.gz
|
||||
|
||||
- name: community.general
|
||||
|
||||
roles:
|
||||
- src: https://gitea.rknet.org/ansible/xoxys.python3.git
|
||||
name: xoxys.python3
|
||||
scm: git
|
||||
version: master
|
Loading…
Reference in New Issue
Block a user