Ansible role for installing and configuring a WoodpeckerCI server
Find a file
2026-05-15 12:47:07 +00:00
.woodpecker ci: migrate from gitlab ci to woodpecker 2026-05-15 14:13:49 +02: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.14.1 2026-05-15 12:47:07 +00:00
.ansible-lint ci: migrate from gitlab ci to woodpecker 2026-05-15 14:13:49 +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
.yamllint feat: initial woodpecker ci server role setup 2026-05-10 14:13:09 +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"