Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).