WIP: feat(jenkins): add role to deploy jenkins

This commit is contained in:
2025-02-04 17:27:12 +01:00
parent 4e31d575ab
commit 662a5fd06c
11 changed files with 214 additions and 0 deletions

6
playbooks/jenkins.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Install and configure jenkins
hosts: "{{ jenkins_hosts | default('jenkins', true) }}"
become: "{{ jenkins_become | default(true, true) }}"
roles:
- role: finallycoffee.cicd.jenkins