Add a countme for CentOS Stream 9

This commit is contained in:
Stephen Smoogen 2022-01-05 13:41:06 -05:00
parent b0f46d9ce7
commit bfb1320bc9
3 changed files with 132 additions and 0 deletions

View file

@ -160,6 +160,11 @@
tags:
- web-data
- name: install CentOS countme script to parse new logs & update totals
copy: src=countme-centos-update.sh dest=/usr/local/bin/ mode=0755
tags:
- web-data
- name: install cron file to run countme-update.sh daily
copy: src=countme-update.cron dest=/etc/cron.d/ mode=0644
tags: