Fix more bugs
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
3975e8402e
commit
6b2177d8ee
|
@ -0,0 +1,6 @@
|
|||
skip_list:
|
||||
- galaxy[no-changelog]
|
||||
|
||||
mock_roles:
|
||||
- slococo.playground.ssh_config
|
||||
- slococo.playground.local_accounts
|
|
@ -14,4 +14,3 @@ repos:
|
|||
rev: 23.7.0
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
|
|
|
@ -6,7 +6,8 @@ steps:
|
|||
image: alpine/git
|
||||
commands:
|
||||
- apk add ansible ansible-lint
|
||||
- cd slococo/playground
|
||||
- ansible-galaxy collection install .
|
||||
#- cd slococo/playground
|
||||
#- ansible-galaxy collection install .
|
||||
- ansible-galaxy collection install -r slococo/playground/requirements.yml
|
||||
- ansible-lint
|
||||
- ls -al
|
||||
|
|
|
@ -16,6 +16,7 @@ tags:
|
|||
- users
|
||||
- ssh
|
||||
- config
|
||||
- tools
|
||||
|
||||
repository: https://git.slc.ar/slococo/ansible-playground
|
||||
issues: https://git.slc.ar/slococo/ansible-playground/issues
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
- name: Configure SSH and add user accounts
|
||||
hosts: all
|
||||
become: true
|
||||
collections:
|
||||
- slococo.playground
|
||||
gather_facts: true
|
||||
|
||||
roles:
|
||||
- role: ssh_config
|
||||
- role: local_accounts
|
||||
- role: slococo.playground.ssh_config
|
||||
- role: slococo.playground.local_accounts
|
||||
vars:
|
||||
accounts:
|
||||
- name: local_adm
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
collections:
|
||||
- name: community.crypto
|
||||
version: ">=2.0.0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue