File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -688,6 +688,7 @@ rpm_package_repos:
688
688
url: https://mirrors.fedoraproject.org/metalink?repo=epel-cisco-openh264-9&arch=x86_64
689
689
base_path: epel-cisco-openh264/9/Everything/x86_64/
690
690
short_name: epel_cisco_openh264_9
691
+ sync_group: epel
691
692
distribution_name: extra-packages-for-enterprise-linux-9-cisco-openh264-x86_64-
692
693
693
694
# ELRepo 9 repository
@@ -942,6 +943,21 @@ rpm_package_repos:
942
943
sync_group: third_party
943
944
distribution_name: ondemand-web-el9-
944
945
946
+ # Non-distro-specific RPMs
947
+ # TurboVNC
948
+ - name: TurboVNC
949
+ url: https://packagecloud.io/dcommander/turbovnc/rpm_any/rpm_any/x86_64
950
+ base_path: turbovnc/x86_64/
951
+ short_name: turbovnc
952
+ sync_group: third_party
953
+ distribution_name: turbovnc-
954
+ - name: TurboVNC - source
955
+ url: https://packagecloud.io/dcommander/turbovnc/rpm_any/rpm_any/SRPMS
956
+ base_path: turbovnc/srpms/
957
+ short_name: turbovnc-source
958
+ sync_group: third_party
959
+ distribution_name: turbovnc-source-
960
+
945
961
# Default filter string for RPM package repositories.
946
962
rpm_package_repo_filter: ""
947
963
You can’t perform that action at this time.
0 commit comments