value: only run archive script on value01
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
add8b5bb1a
commit
0613b885ec
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue