WIP: feat(jenkins_inbound_agent): add ansible role for deployment with docker
This commit is contained in:
8
roles/jenkins_inbound_agent/tasks/main.yml
Normal file
8
roles/jenkins_inbound_agent/tasks/main.yml
Normal 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"
|
Reference in New Issue
Block a user