25f110c399
So that we use AFS mirrors for CS9 nodes. Closes-Bug: #1959181 Change-Id: I2da3a5e8a45598c6b3ded132ea61b86b4480e262
4 lines
333 B
YAML
4 lines
333 B
YAML
package_mirror: "{{ http_or_https }}://{{ mirror_fqdn }}/{{ ansible_distribution | lower }}-stream"
|
|
epel_mirror: "{{ http_or_https }}://{{ mirror_fqdn }}/epel"
|
|
wheel_mirror: "{{ http_or_https }}://{{ mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}-{{ ansible_distribution_major_version }}-{{ ansible_architecture | lower }}"
|