2025-02-04 18:28:47 +01:00
|
|
|
# `finallycoffee.cicd` ansible collection
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2025-02-09 18:31:54 +01:00
|
|
|
This collection contains roles focused on various components around CI/CD, including
|
|
|
|
automation servers like Jenkins, its agents or vaguely related components like caching
|
|
|
|
proxies and artifact registries.
|
|
|
|
|
2025-02-04 18:28:47 +01:00
|
|
|
## Roles
|
|
|
|
|
2025-02-04 17:27:12 +01:00
|
|
|
- [`jenkins`](roles/jenkins/README.md): Deploy [jenkins](https://jenkins.io), the self-proclaimed 'leading open source automation server'.
|
2025-02-05 13:48:09 +01:00
|
|
|
- [`jenkins_inbound_agent`](roles/jenkins_inbound_agent/README.md): Deploy Jenkins 'inbound agent', formerly known as 'JNLP agent'.
|
2025-02-04 17:27:12 +01:00
|
|
|
|
2025-02-04 18:28:47 +01:00
|
|
|
## License
|
2025-02-09 18:31:54 +01:00
|
|
|
|
|
|
|
[CNPLv7+](LICENSE.md): Cooperative Nonviolent Public License
|