fix(role): fix linting, molecule parallel execution
All checks were successful
checks-test / Lint (push) Successful in 18s
checks-test / molecule (debian11) (push) Successful in 2m35s
checks-test / molecule (rockylinux9) (push) Successful in 2m30s
checks-test / molecule (ubuntu2204) (push) Successful in 2m33s

This commit is contained in:
2024-01-14 19:15:04 +02:00
parent be7b37ee2e
commit e776a43962
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---
name: checks-test
on:
'on':
pull_request:
push:
branches:
@@ -55,4 +55,3 @@ jobs:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTRO: ${{ matrix.distro }}

View File

@@ -68,6 +68,7 @@
default: $6$xyz$nz7SVil2FgVuZ4wjm/1PO31S1QyGBUPVClD55.anfY2pEjs9fUXceRVGsghlUh2I9Jsc2awuh94KOXmNJTcv.0
authorized_keys:
default:
# yamllint disable-line rule:line-length
key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIAxFJolWPmbFVMMyD9kxQb353ngyUsEebgkK9AcnjOI cardno:13_460_390'
admin1:
shell: /bin/sh
@@ -80,6 +81,7 @@
default: $6$xyz$nz7SVil2FgVuZ4wjm/1PO31S1QyGBUPVClD55.anfY2pEjs9fUXceRVGsghlUh2I9Jsc2awuh94KOXmNJTcv.0
authorized_keys:
default:
# yamllint disable-line rule:line-length
key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIAxFJolWPmbFVMMyD9kxQb353ngyUsEebgkK9AcnjOI cardno:13_460_390'
admin2:
shell: /bin/sh
@@ -92,6 +94,7 @@
default: $6$xyz$nz7SVil2FgVuZ4wjm/1PO31S1QyGBUPVClD55.anfY2pEjs9fUXceRVGsghlUh2I9Jsc2awuh94KOXmNJTcv.0
authorized_keys:
default:
# yamllint disable-line rule:line-length
key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIAxFJolWPmbFVMMyD9kxQb353ngyUsEebgkK9AcnjOI cardno:13_460_390'
admin3:
shell: /bin/sh
@@ -104,6 +107,7 @@
default: $6$xyz$nz7SVil2FgVuZ4wjm/1PO31S1QyGBUPVClD55.anfY2pEjs9fUXceRVGsghlUh2I9Jsc2awuh94KOXmNJTcv.0
authorized_keys:
default:
# yamllint disable-line rule:line-length
key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIAxFJolWPmbFVMMyD9kxQb353ngyUsEebgkK9AcnjOI cardno:13_460_390'
admin4:
shell: /bin/bash
@@ -116,4 +120,5 @@
default: $6$xyz$nz7SVil2FgVuZ4wjm/1PO31S1QyGBUPVClD55.anfY2pEjs9fUXceRVGsghlUh2I9Jsc2awuh94KOXmNJTcv.0
authorized_keys:
default:
# yamllint disable-line rule:line-length
key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIAxFJolWPmbFVMMyD9kxQb353ngyUsEebgkK9AcnjOI cardno:13_460_390'

View File

@@ -5,7 +5,7 @@ dependency:
driver:
name: docker
platforms:
- name: instance
- name: instance-${MOLECULE_DISTRO}
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes: