Apply cloud stats work from ticket 3893. Thanks doteast and many others that worked on this!

This commit is contained in:
Kevin Fenzi 2015-03-29 19:49:56 +00:00
parent 059821a1de
commit a3d652e9af
4 changed files with 108 additions and 0 deletions

View file

@ -0,0 +1,15 @@
- name: Install the cloud-image-stat script
copy: >
src=cloud-image-stat.py dest=/usr/local/bin/cloud-image-stat.py
owner=root group=root mode=0755
tags:
- files
- cloudstats
- name: Install the cloud-image-stats cronjob to collect stats from log01
copy: >
src=cloud-image-stat.cron dest=/etc/cron.d/cloud-image-stat.cron
owner=root group=root mode=0644
tags:
- cron
- cloudstats