@@ -61,20 +61,26 @@ dnf_custom_repos_el8:
61
61
file : epel
62
62
gpgkey : " {{ dnf_epel_8_gpg_key_url }}"
63
63
gpgcheck : yes
64
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
65
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
64
66
epel-modular :
65
67
baseurl : " {{ stackhpc_repo_epel_modular_url }}"
66
68
description : " Extra Packages for Enterprise Linux Modular $releasever - $basearch"
67
69
enabled : " {{ dnf_enable_epel | bool }}"
68
70
file : epel-modular
69
71
gpgkey : " {{ dnf_epel_8_gpg_key_url }}"
70
72
gpgcheck : yes
73
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
74
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
71
75
docker :
72
76
baseurl : " {{ stackhpc_repo_docker_url }}"
73
77
description : " Package repository for installing docker"
74
78
enabled : " {{ dnf_enable_docker | bool }}"
75
79
file : docker
76
80
gpgkey : " {{ dnf_docker_gpg_key_url }}"
77
81
gpgcheck : yes
82
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
83
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
78
84
79
85
# CentOS Stream 8 specific repositories
80
86
dnf_custom_repos_centos :
@@ -84,6 +90,8 @@ dnf_custom_repos_centos:
84
90
file : CentOS-Stream-AppStream
85
91
gpgkey : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
86
92
gpgcheck : yes
93
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
94
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
87
95
baseos :
88
96
baseurl : " {{ stackhpc_repo_centos_stream_baseos_url }}"
89
97
description : " CentOS Stream $releasever - BaseOS"
@@ -92,6 +100,8 @@ dnf_custom_repos_centos:
92
100
gpgcheck : yes
93
101
# Exclude buggy iptables: https://bugzilla.redhat.com/show_bug.cgi?id=2236501
94
102
exclude : " iptables-1.8.5* iptables-libs-1.8.5* iptables-ebtables-1.8.5* iptables-services-1.8.5* iptables-arptables-1.8.5* iptables-devel-1.8.5*"
103
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
104
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
95
105
extras :
96
106
# This repo is no longer updated: https://www.spinics.net/lists/centos-devel/msg21454.html
97
107
baseurl : " {{ stackhpc_repo_centos_stream_extras_url }}"
@@ -100,12 +110,16 @@ dnf_custom_repos_centos:
100
110
enabled : false
101
111
gpgkey : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
102
112
gpgcheck : yes
113
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
114
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
103
115
extras-common :
104
116
baseurl : " {{ stackhpc_repo_centos_stream_extras_common_url }}"
105
117
description : " CentOS Stream $releasever - Extras common Packages"
106
118
file : CentOS-Stream-Extras-common
107
119
gpgkey : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras
108
120
gpgcheck : yes
121
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
122
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
109
123
110
124
# Rocky 8 specific repositories
111
125
dnf_custom_repos_rocky :
@@ -115,18 +129,24 @@ dnf_custom_repos_rocky:
115
129
file : " {{ 'Rocky-AppStream' if os_release == '8' else 'rocky' }}"
116
130
gpgkey : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
117
131
gpgcheck : yes
132
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
133
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
118
134
baseos :
119
135
baseurl : " {{ stackhpc_repo_rocky_baseos_url }}"
120
136
description : " Rocky Linux $releasever - BaseOS"
121
137
file : " {{ 'Rocky-BaseOS' if os_release == '8' else 'rocky' }}"
122
138
gpgkey : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
123
139
gpgcheck : yes
140
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
141
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
124
142
extras :
125
143
baseurl : " {{ stackhpc_repo_rocky_extras_url }}"
126
144
description : " Rocky Linux $releasever - Extras"
127
145
file : " {{ 'Rocky-Extras' if os_release == '8' else 'rocky-extras' }}"
128
146
gpgkey : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
129
147
gpgcheck : yes
148
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
149
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
130
150
131
151
# Custom repositories shared between all RHEL 9 derivatives.
132
152
dnf_custom_repos_el9 :
@@ -137,13 +157,17 @@ dnf_custom_repos_el9:
137
157
file : epel
138
158
gpgkey : " {{ dnf_epel_9_gpg_key_url }}"
139
159
gpgcheck : yes
160
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
161
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
140
162
docker :
141
163
baseurl : " {{ stackhpc_repo_centos_stream_9_docker_url }}"
142
164
description : " Package repository for installing docker"
143
165
enabled : " {{ dnf_enable_docker | bool }}"
144
166
file : docker
145
167
gpgkey : " {{ dnf_docker_gpg_key_url }}"
146
168
gpgcheck : yes
169
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
170
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
147
171
148
172
# ELRepo 9
149
173
dnf_custom_repos_elrepo_9 :
@@ -154,6 +178,8 @@ dnf_custom_repos_elrepo_9:
154
178
file : elrepo
155
179
gpgkey : https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
156
180
gpgcheck : yes
181
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
182
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
157
183
158
184
# Rocky 9 specific repositories
159
185
dnf_custom_repos_rocky_9 :
@@ -163,24 +189,32 @@ dnf_custom_repos_rocky_9:
163
189
file : rocky
164
190
gpgkey : " {{ rocky_9_gpg_key }}"
165
191
gpgcheck : yes
192
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
193
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
166
194
baseos :
167
195
baseurl : " {{ stackhpc_repo_rocky_9_baseos_url }}"
168
196
description : " Rocky Linux $releasever - BaseOS"
169
197
file : rocky
170
198
gpgkey : " {{ rocky_9_gpg_key }}"
171
199
gpgcheck : yes
200
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
201
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
172
202
crb :
173
203
baseurl : " {{ stackhpc_repo_rocky_9_crb_url }}"
174
204
description : " Rocky Linux $releasever - CRB"
175
205
file : rocky
176
206
gpgkey : " {{ rocky_9_gpg_key }}"
177
207
gpgcheck : yes
208
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
209
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
178
210
extras :
179
211
baseurl : " {{ stackhpc_repo_rocky_9_extras_url }}"
180
212
description : " Rocky Linux $releasever - Extras"
181
213
file : rocky-extras
182
214
gpgkey : " {{ rocky_9_gpg_key }}"
183
215
gpgcheck : yes
216
+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
217
+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
184
218
185
219
# Whether to enable EPEL repositories. This affects RedHat-based systems only.
186
220
dnf_enable_epel : " {{ dnf_install_epel | bool }}"
0 commit comments