Compare commits

...

3 Commits

Author SHA1 Message Date
1770700322
ci: replace deprecated workflow syntax
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
2024-10-27 20:07:18 +01:00
91bce21a8c
chore: move requirements.yml to role dir
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
2024-08-19 16:04:25 +02:00
6b33c916ac fix: switch to ansible dev container and fix molecule (#2)
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
Reviewed-on: #2
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
2024-08-19 09:17:25 +02:00
5 changed files with 11 additions and 10 deletions

View File

@ -9,11 +9,11 @@ steps:
- name: generate - name: generate
image: quay.io/thegeeklab/ansible-doctor image: quay.io/thegeeklab/ansible-doctor
environment: environment:
ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/ ANSIBLE_DOCTOR_EXCLUDE_FILES: "['molecule/']"
ANSIBLE_DOCTOR_FORCE_OVERWRITE: "true" ANSIBLE_DOCTOR_RENDERER__FORCE_OVERWRITE: "true"
ANSIBLE_DOCTOR_LOG_LEVEL: INFO ANSIBLE_DOCTOR_LOGGING__LEVEL: info
ANSIBLE_DOCTOR_ROLE_NAME: ${CI_REPO_NAME} ANSIBLE_DOCTOR_ROLE__NAME: ${CI_REPO_NAME}
ANSIBLE_DOCTOR_TEMPLATE: readme ANSIBLE_DOCTOR_TEMPLATE__NAME: readme
- name: format - name: format
image: quay.io/thegeeklab/alpine-tools image: quay.io/thegeeklab/alpine-tools

View File

@ -7,7 +7,7 @@ when:
steps: steps:
- name: ansible-lint - name: ansible-lint
image: ghcr.io/ansible/community-ansible-dev-tools image: quay.io/thegeeklab/ansible-dev-tools:1
commands: commands:
- ansible-lint - ansible-lint
environment: environment:

View File

@ -6,9 +6,9 @@ when:
- ${CI_REPO_DEFAULT_BRANCH} - ${CI_REPO_DEFAULT_BRANCH}
variables: variables:
- &molecule_image quay.io/thegeeklab/ansible-dev-tools:1
- &molecule_base - &molecule_base
image: ghcr.io/ansible/community-ansible-dev-tools depends_on: []
group: molecule
environment: environment:
PY_COLORS: "1" PY_COLORS: "1"
HCLOUD_TOKEN: HCLOUD_TOKEN:
@ -16,6 +16,7 @@ variables:
steps: steps:
- name: molecule-default - name: molecule-default
image: *molecule_image
<<: *molecule_base <<: *molecule_base
commands: commands:
- molecule test -s default - molecule test -s default

View File

@ -4,8 +4,8 @@ driver:
dependency: dependency:
name: galaxy name: galaxy
options: options:
role-file: molecule/requirements.yml role-file: requirements.yml
requirements-file: molecule/requirements.yml requirements-file: requirements.yml
platforms: platforms:
- name: "rocky9-auditd" - name: "rocky9-auditd"
server_type: "cx22" server_type: "cx22"