move around where logstash is settin up its disk

This commit is contained in:
Seth Vidal 2013-03-04 21:52:20 +00:00
parent 91b50f4b97
commit ea9480d62c

View file

@ -24,11 +24,6 @@
tasks:
- include: $tasks/cloud_setup_basic.yml
- name: mount up disk of persistent storage
action: mount name=/srv/persist src='LABEL=logstash01' fstype=ext4 state=mounted
tags:
- mount_disk
# packages needed
- name: add packages for repo
action: yum state=present name=$item
@ -39,5 +34,11 @@
- httpd-tools
- cronie-noanacron
- name: mount up disk of persistent storage
action: mount name=/srv/persist src='LABEL=logstash01' fstype=ext4 state=mounted
tags:
- mount_disk
handlers:
- include: $handlers/restart_services.yml