cicd/playbooks/jenkins.yml

7 lines
203 B
YAML
Raw Normal View History

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