diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..b334cb4 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,10 @@ +when: + branch: master + +steps: + build: + image: alpine/git + commands: + - apk add ansible ansible-lint + - ansible-lint + - ls -al diff --git a/slococo/playground/requirements.yml b/slococo/playground/requirements.yml new file mode 100644 index 0000000..14ad2a2 --- /dev/null +++ b/slococo/playground/requirements.yml @@ -0,0 +1,5 @@ +--- +collections: + - name: community.crypto + version: ">=2.0.0" + diff --git a/slococo/playground/roles/ssh_config/README.md b/slococo/playground/roles/ssh_config/README.md index 9466020..fbddb0c 100644 --- a/slococo/playground/roles/ssh_config/README.md +++ b/slococo/playground/roles/ssh_config/README.md @@ -7,6 +7,7 @@ An Ansible Role to manage SSH configuration on Linux systems. - Ansible 2.12.0 or later - This role requires elevated privileges. Make sure to set `become: true` when using this role. +- `community.crypto` collection ## Role Variables