ansible-roles/kvm-host/templates/kvmstats.cron.j2

5 lines
117 B
Plaintext
Raw Normal View History

2021-06-10 11:24:16 +02:00
#!/bin/sh
{{ kvm_scripts_dir }}/kvmstats -a -o html > /var/www/kvmstats.html
2021-06-10 16:30:22 +02:00
/bin/chmod go+r /var/www/kvmstats.html