Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Liquidsoap and LibreTime repos #122

Merged
merged 1 commit into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions roles/content/tasks/products.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@
label: foreman39el7_client
url: https://yum.theforeman.org/client/3.9/el7/x86_64/
download_policy: on_demand
auto_enabled: true
- name: Foreman Client 3.9 EL8
label: foremanclient39el8
repositories:
Expand All @@ -402,6 +403,7 @@
label: foreman39el8_client
url: https://yum.theforeman.org/client/3.9/el8/x86_64/
download_policy: on_demand
auto_enabled: true
- name: Foreman Client 3.9 EL9
label: foremanclient39el9
repositories:
Expand All @@ -410,6 +412,7 @@
label: foreman39el9_client
url: https://yum.theforeman.org/client/3.9/el9/x86_64/
download_policy: on_demand
auto_enabled: true
# old zabbix for exiting el7 machines
- name: Zabbix 3.0 (LTS) EL7
label: zabbix30el7
Expand Down Expand Up @@ -500,3 +503,30 @@
url: http://download.paravelsystems.com/CentOS/7com/
download_policy: on_demand
auto_enabled: false
- name: RaBe Liquidsoap Distribution for EL7
label: rabelsdel7
repositories:
- name: RaBe Liquidsoap Distribution for EL7
content_type: yum
label: rabelsdel7_liquidsoap
url: https://download.opensuse.org/repositories/home:/radiorabe:/liquidsoap/CentOS_7/
# download immediatly to keep a backup from our OBS repo
download_policy: immediate
auto_enabled: false
- name: LibreTime EL7
label: libretimeel7
repositories:
- name: LibreTime 2.5.x
content_type: yum
label: libretimeel7_libretime
url: https://download.opensuse.org/repositories/home:/radiorabe:/airtime/CentOS_7/
# download immediatly to keep a backup from our OBS repo
download_policy: immediate
auto_enabled: false
- name: LibreTime Python Dependencies
content_type: yum
label: libretimeel7_dependencies
url: http://download.opensuse.org/repositories/home:/radiorabe:/airtime:/python-deps/CentOS_7/
# download immediatly to keep a backup from our OBS repo
download_policy: immediate
auto_enabled: false
2 changes: 2 additions & 0 deletions roles/content/tasks/sync_plans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@
- RaBe Linux EL8
- RaBe Linux EL9
- Paravel Systems EL7
- LibreTime EL7
- RaBe Liquidsoap Distribution for EL7