Add jenkins01.home.foo.sh

This commit is contained in:
Timo Makinen 2021-03-23 21:45:02 +00:00
parent 7258cb04fd
commit 1361dcd01c
4 changed files with 42 additions and 0 deletions

25
playbooks/jenkins.yml Normal file
View file

@ -0,0 +1,25 @@
---
- import_playbook: "include/deploy-kvm-guest.yml myhosts=jenkins"
- name: configure instance
hosts: jenkins
user: root
gather_facts: true
pre_tasks:
- name: mount /export
mount:
name: /export
src: LABEL=/export
fstype: xfs
opts: noatime,noexec,nosuid,nodev
passno: "0"
dump: "0"
state: mounted
vars_files:
- "{{ ansible_private }}/vars.yml"
roles:
- base
- jenkins