batcave: enable centos-10-sync
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
768b6b0075
commit
38b254a579
2 changed files with 11 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
30 4 * * * root /mnt/fedora/app/fi-repo/centos/centos-8-sync > /dev/null
|
30 4 * * * root /mnt/fedora/app/fi-repo/centos/centos-8-sync > /dev/null
|
||||||
50 4 * * * root /mnt/fedora/app/fi-repo/centos/centos-9s-sync > /dev/null
|
50 4 * * * root /mnt/fedora/app/fi-repo/centos/centos-9s-sync > /dev/null
|
||||||
|
50 5 * * * root /mnt/fedora/app/fi-repo/centos/centos-10-sync > /dev/null
|
||||||
|
|
|
@ -343,6 +343,16 @@
|
||||||
- batcave
|
- batcave
|
||||||
- config
|
- config
|
||||||
when: inventory_hostname.startswith('batcave01')
|
when: inventory_hostname.startswith('batcave01')
|
||||||
|
#
|
||||||
|
# Setup centos 10 sync script.
|
||||||
|
#
|
||||||
|
|
||||||
|
- name: setup centos 10 sync script
|
||||||
|
copy: src=centos-10-sync dest=/mnt/fedora/app/fi-repo/centos/centos-10-sync mode=0775
|
||||||
|
tags:
|
||||||
|
- batcave
|
||||||
|
- config
|
||||||
|
when: inventory_hostname.startswith('batcave01')
|
||||||
|
|
||||||
#
|
#
|
||||||
# Setup web server config
|
# Setup web server config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue