Remove jenkins hosts
This commit is contained in:
parent
b087f70f0c
commit
b128852405
9 changed files with 0 additions and 128 deletions
|
@ -1,25 +0,0 @@
|
|||
---
|
||||
- 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
|
|
@ -65,9 +65,6 @@
|
|||
- role: nginx/site
|
||||
site: iot.foo.sh
|
||||
redirect: https://www.foo.sh/
|
||||
- role: nginx/site
|
||||
site: jenkins.foo.sh
|
||||
proxy: https://jenkins01.home.foo.sh/
|
||||
- role: nginx/site
|
||||
site: munin.foo.sh
|
||||
proxy: https://munin01.home.foo.sh/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue