Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devture/com.devture.ansible.role.woodpecker_ci_server
An Ansible role for installing the server component of Woodpecker CI to run as a Docker container managed by systemd
https://github.com/devture/com.devture.ansible.role.woodpecker_ci_server
ansible-role docker systemd woodpecker-ci
Last synced: 13 days ago
JSON representation
An Ansible role for installing the server component of Woodpecker CI to run as a Docker container managed by systemd
- Host: GitHub
- URL: https://github.com/devture/com.devture.ansible.role.woodpecker_ci_server
- Owner: devture
- License: agpl-3.0
- Created: 2022-12-11T16:20:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T11:43:27.000Z (2 months ago)
- Last Synced: 2024-09-07T12:50:01.821Z (2 months ago)
- Topics: ansible-role, docker, systemd, woodpecker-ci
- Language: Jinja
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Woodpecker CI Server Ansible role
⚠️ **WARNING**: this role is now maintained in [mother-of-all-self-hosting/ansible-role-woodpecker-ci-server](https://github.com/mother-of-all-self-hosting/ansible-role-woodpecker-ci-server).
This is an [Ansible](https://www.ansible.com/) role which installs the **server** component of [Woodpecker CI](https://woodpecker-ci.org/) to run as a [Docker](https://www.docker.com/) container wrapped in a systemd service.
This role *implicitly* depends on [`com.devture.ansible.role.systemd_docker_base`](https://github.com/devture/com.devture.ansible.role.systemd_docker_base).
The **agent** component of Woodpecker CI is managed by a sibling role - [com.devture.ansible.role.woodpecker_ci_agent](https://github.com/devture/com.devture.ansible.role.woodpecker_ci_agent).
For an Ansible playbook which integrates this role and makes it easier to use, see the [mash-playbook](https://github.com/mother-of-all-self-hosting/mash-playbook).