infra-ansible/bootstrap_jjb.yml

8 lines
109 B
YAML

---
- hosts: jenkins
gather_facts: no
user: ubuntu
become: true
roles:
- { role: bootstrap_jjb }