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 662a5fd06c
commit bc9032644c
7 changed files with 201 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: Ensure required variables are populated (correctly)
ansible.builtin.include_tasks:
file: "check.yml"
- name: Ensure jenkins-agent '{{ jenkins_agent_name }}' is deployed using {{ jenkins_agent_deployment_method }}
ansible.builtin.include_tasks:
file: "deploy-{{ jenkins_agent_deployment_method }}.yml"