fix(role): fix linting, molecule parallel execution
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user