Add cron job to pull infra-docs from pagure hourly
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
c16877a30c
commit
dccb832f4b
2 changed files with 12 additions and 0 deletions
5
roles/batcave/files/infradocs.sh
Normal file
5
roles/batcave/files/infradocs.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
pushd /git/infra-docs
|
||||||
|
git fetch origin
|
||||||
|
|
|
@ -196,6 +196,13 @@
|
||||||
- batcave
|
- batcave
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
- name: install infradocs.sh cron
|
||||||
|
copy: src=infradocs.sh dest=/etc/cron.hourly/infradocs.sh mode=0755
|
||||||
|
tags:
|
||||||
|
- batcave
|
||||||
|
- config
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Setup public db copy script.
|
# Setup public db copy script.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue