Put in centos sync for EPEL-8
This commit is contained in:
parent
5babfbb008
commit
442c094481
2 changed files with 11 additions and 0 deletions
1
roles/batcave/files/sync-centos
Normal file
1
roles/batcave/files/sync-centos
Normal file
|
@ -0,0 +1 @@
|
|||
30 4 * * * root /mnt/fedora/app/fi-repo/centos/centos-8-sync > /dev/null
|
|
@ -257,6 +257,16 @@
|
|||
- config
|
||||
when: inventory_hostname.startswith('batcave01')
|
||||
|
||||
#
|
||||
# sync-centos cron job
|
||||
#
|
||||
- name: setup sync-rhn cron
|
||||
copy: src=sync-centos dest=/etc/cron.d/sync-centos mode=0644
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
when: inventory_hostname.startswith('batcave01')
|
||||
|
||||
|
||||
#
|
||||
# Setup web server config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue