WIP: feat(jenkins): add role to deploy jenkins
This commit is contained in:
6
playbooks/jenkins.yml
Normal file
6
playbooks/jenkins.yml
Normal 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
|
Reference in New Issue
Block a user