Ansible role for installing and configuring a WoodpeckerCI server
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Simon Cornet 05c2b4b71c
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
fix: exclude only sops yml files from lint
2026-07-14 16:24:01 +02:00
.woodpecker chore(package): update cr.simoncor.net/dockerhub/davidanson/markdownlint-cli2 docker tag to v0.23.0 2026-07-01 07:33:54 +00:00
meta feat: initial woodpecker ci server role setup 2026-05-10 14:13:09 +02:00
roles ci: migrate from gitlab ci to woodpecker 2026-05-15 14:13:49 +02:00
tasks chore(package): update cr.simoncor.net/dockerhub/woodpeckerci/woodpecker-server docker tag to v3.16.0 2026-06-27 12:31:55 +00:00
.ansible-lint fix: exclude only sops yml files from lint 2026-07-14 16:24:01 +02:00
.editorconfig chore: add .editorconfig and .gitattributes 2026-05-27 14:24:08 +02:00
.gitattributes chore: add .editorconfig and .gitattributes 2026-05-27 14:24:08 +02:00
.gitignore feat: initial woodpecker ci server role setup 2026-05-10 14:13:09 +02:00
.markdownlint-cli2.jsonc ci: migrate from gitlab ci to woodpecker 2026-05-15 14:13:49 +02:00
.sops.yaml fix: correct sops regex to ya?ml 2026-07-14 16:02:08 +02:00
.yamllint chore: exclude .yml files from lint configs 2026-07-14 16:17:45 +02:00
ansible.cfg chore: sync linting and config files from common 2026-07-14 11:33:16 +02:00
playbook.yaml feat: initial woodpecker ci server role setup 2026-05-10 14:13:09 +02:00
readme.md ci: migrate from gitlab ci to woodpecker 2026-05-15 14:13:49 +02:00
renovate.json feat: initial woodpecker ci server role setup 2026-05-10 14:13:09 +02:00

Ansible Role: Woodpecker CI

Install and configure Woodpecker CI - a simple yet powerful CI/CD engine with great extensibility.

Variables

Variable Required Default Description
woodpecker_forgejo_client Yes ------- Forgejo OAuth2 client ID
woodpecker_forgejo_secret Yes ------- Forgejo OAuth2 client secret
woodpecker_agent_secret Yes ------- Shared secret for agent authentication
timezone No ------- Timezone for the container

Example

woodpecker_forgejo_client: "your-oauth2-client-id"
woodpecker_forgejo_secret: "your-oauth2-client-secret"
woodpecker_agent_secret: "your-agent-secret"
timezone: "Europe/Amsterdam"