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
|
rev: 23.7.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,8 @@ steps:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- apk add ansible ansible-lint
|
- apk add ansible ansible-lint
|
||||||
- cd slococo/playground
|
#- cd slococo/playground
|
||||||
- ansible-galaxy collection install .
|
#- ansible-galaxy collection install .
|
||||||
|
- ansible-galaxy collection install -r slococo/playground/requirements.yml
|
||||||
- ansible-lint
|
- ansible-lint
|
||||||
- ls -al
|
- ls -al
|
||||||
|
|
|
@ -16,6 +16,7 @@ tags:
|
||||||
- users
|
- users
|
||||||
- ssh
|
- ssh
|
||||||
- config
|
- config
|
||||||
|
- tools
|
||||||
|
|
||||||
repository: https://git.slc.ar/slococo/ansible-playground
|
repository: https://git.slc.ar/slococo/ansible-playground
|
||||||
issues: https://git.slc.ar/slococo/ansible-playground/issues
|
issues: https://git.slc.ar/slococo/ansible-playground/issues
|
||||||
|
|
|
@ -1,18 +1,16 @@
|
||||||
- name: Configure SSH and add user accounts
|
- name: Configure SSH and add user accounts
|
||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
collections:
|
|
||||||
- slococo.playground
|
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: ssh_config
|
- role: slococo.playground.ssh_config
|
||||||
- role: local_accounts
|
- role: slococo.playground.local_accounts
|
||||||
vars:
|
vars:
|
||||||
accounts:
|
accounts:
|
||||||
- name: local_adm
|
- name: local_adm
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
userid: 38000087
|
userid: 38000087
|
||||||
- name: local_log
|
- name: local_log
|
||||||
shell: /bin/sh
|
shell: /bin/sh
|
||||||
userid: 38000088
|
userid: 38000088
|
||||||
|
|
|
@ -2,4 +2,3 @@
|
||||||
collections:
|
collections:
|
||||||
- name: community.crypto
|
- name: community.crypto
|
||||||
version: ">=2.0.0"
|
version: ">=2.0.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue