mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
klal
This commit is contained in:
35
roles/setup_repo_sync/files/rocky.repo
Normal file
35
roles/setup_repo_sync/files/rocky.repo
Normal file
@@ -0,0 +1,35 @@
|
||||
root@m-server:~# cat /etc/yum.repos.d/rocky.repo
|
||||
[rocky-baseos]
|
||||
name=Rocky BaseOS
|
||||
baseurl=https://dl.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
[rocky-appstream]
|
||||
name=Rocky Linux 9 AppStream
|
||||
baseurl=https://dl.rockylinux.org/pub/rocky/9/AppStream/x86_64/os/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
[rocky-extras]
|
||||
name=Rocky Linux 9 Extras
|
||||
baseurl=https://dl.rockylinux.org/pub/rocky/9/extras/x86_64/os/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
|
||||
[rocky-baseos10]
|
||||
name=Rocky Linux 10 BaseOS
|
||||
baseurl=https://dl.rockylinux.org/pub/rocky/10/BaseOS/x86_64/os/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
[rocky-appstream10]
|
||||
name=Rocky Linux 10 AppStream
|
||||
baseurl=https://dl.rockylinux.org/pub/rocky/10/AppStream/x86_64/os/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
[rocky-extras10]
|
||||
name=Rocky Linux 10 Extras
|
||||
baseurl=https://dl.rockylinux.org/pub/rocky/10/extras/x86_64/os/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
Reference in New Issue
Block a user