value: only run archive script on value01

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-03-21 14:31:50 -07:00
parent add8b5bb1a
commit 0613b885ec

View file

@ -61,6 +61,7 @@
- name: teams cron job
cron: name=archive hour="23" minute="30" user=apache job="/usr/local/bin/archive.sh >& /dev/null"
tags: supybot
when: inventory_hostname.startswith('value01')
- name: setup meetbot.conf apache config
copy: src=meetbot.conf dest=/etc/httpd/conf.d/meetbot.conf mode=644