WIP: feat(jenkins_inbound_agent): add ansible role for deployment with docker

This commit is contained in:
2025-02-05 13:48:09 +01:00
parent 55f7ea3c40
commit ab4b7bafe7
9 changed files with 264 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# `finallycoffee.cicd.jenkins_inbound_agent` ansible role
## Overview
Deploy Jenkins inbound agents using docker.
## Required configuration
- `jenkins_agent_server_url` - URL of the jenkins control node, including protocol and port, i.e.: http://jenkins-server:port
- `jenkins_agent_secret` - Secret for this jenkins agent generated by the jenkins control node
- `jenkins_agent_name` - Name of this (inbound) agent, must match agent name in jenkins control node