Add a countme for CentOS Stream 9
This commit is contained in:
parent
b0f46d9ce7
commit
bfb1320bc9
3 changed files with 132 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue