File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ dnf_custom_repos_rocky_9:
198198 description : " Rocky Linux $releasever - Security"
199199 enabled : " {{ dnf_enable_rocky_security | bool }}"
200200 file : rocky-security
201- gpgkey : " {{ rocky_9_gpg_key }}"
201+ gpgkey : " {{ dnf_rocky_9_gpg_key_url }}"
202202 gpgcheck : yes
203203 username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
204204 password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
@@ -245,6 +245,15 @@ dnf_custom_repos_rocky_10:
245245 gpgcheck : yes
246246 username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
247247 password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
248+ security :
249+ baseurl : " {{ stackhpc_repo_rocky_10_security_url }}"
250+ description : " Rocky Linux $releasever - Security"
251+ enabled : " {{ dnf_enable_rocky_security | bool }}"
252+ file : rocky-security
253+ gpgkey : " {{ dnf_rocky_10_gpg_key_url }}"
254+ gpgcheck : yes
255+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
256+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
248257
249258# GPG key urls
250259dnf_docker_gpg_key_url : " https://download.docker.com/linux/centos/gpg"
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ stackhpc_repo_rocky_10_baseos_version: "{{ stackhpc_pulp_repo_rocky_10_baseos_ve
5353stackhpc_repo_rocky_10_crb_version : " {{ stackhpc_pulp_repo_rocky_10_crb_version }}"
5454stackhpc_repo_rocky_10_extras_version : " {{ stackhpc_pulp_repo_rocky_10_extras_version }}"
5555stackhpc_repo_rocky_10_highavailability_version : " {{ stackhpc_pulp_repo_rocky_10_highavailability_version }}"
56+ stackhpc_repo_rocky_10_security_version : " {{ stackhpc_pulp_repo_rocky_10_security_version }}"
5657stackhpc_repo_rocky_9_appstream_version : " {{ stackhpc_pulp_repo_rocky_9_appstream_version }}"
5758stackhpc_repo_rocky_9_baseos_version : " {{ stackhpc_pulp_repo_rocky_9_baseos_version }}"
5859stackhpc_repo_rocky_9_crb_version : " {{ stackhpc_pulp_repo_rocky_9_crb_version }}"
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ stackhpc_repo_rocky_10_baseos_version: "{{ stackhpc_pulp_repo_rocky_10_baseos_ve
8585stackhpc_repo_rocky_10_crb_version : " {{ stackhpc_pulp_repo_rocky_10_crb_version }}"
8686stackhpc_repo_rocky_10_extras_version : " {{ stackhpc_pulp_repo_rocky_10_extras_version }}"
8787stackhpc_repo_rocky_10_highavailability_version : " {{ stackhpc_pulp_repo_rocky_10_highavailability_version }}"
88+ stackhpc_repo_rocky_10_security_version : " {{ stackhpc_pulp_repo_rocky_10_security_version }}"
8889stackhpc_repo_rocky_9_appstream_version : " {{ stackhpc_pulp_repo_rocky_9_appstream_version }}"
8990stackhpc_repo_rocky_9_baseos_version : " {{ stackhpc_pulp_repo_rocky_9_baseos_version }}"
9091stackhpc_repo_rocky_9_crb_version : " {{ stackhpc_pulp_repo_rocky_9_crb_version }}"
You can’t perform that action at this time.
0 commit comments