diff --git a/.drone.jsonnet b/.drone.jsonnet index 5282213..3f581fe 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -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, ], }, ], diff --git a/.later.yml b/.later.yml index 45911c9..0efe5d5 100644 --- a/.later.yml +++ b/.later.yml @@ -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 diff --git a/meta/main.yml b/meta/main.yml index e3dba97..862fdad 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,16 +1,16 @@ # 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 -# @meta description: > -# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.matrix) -# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.matrix?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.matrix) -# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.matrix/src/branch/master/LICENSE) -# -# Setup a [matrix-synapse](https://github.com/matrix-org/synapse) chat server. Matrix is an -# ambitious new ecosystem for open federated Instant Messaging and VoIP. -# @end + # @meta description: > + # [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.matrix) + # [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.matrix?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.matrix) + # [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.matrix/src/branch/master/LICENSE) + # + # Setup a [matrix-synapse](https://github.com/matrix-org/synapse) chat server. Matrix is an + # ambitious new ecosystem for open federated Instant Messaging and VoIP. + # @end description: Setup a matrix-synapse chat server license: MIT min_ansible_version: 2.8 @@ -23,3 +23,5 @@ galaxy_info: - synapse - chat dependencies: [] +collections: + - community.general