You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modifies repo definitions for repofiles in `/etc/yum.repos.d` to point to snapshots in StackHPC's Ark Pulp server or mirrors of them
5
+
on a local Pulp server.
6
+
7
+
Requirements
8
+
------------
9
+
10
+
Requires Ark credentials if using StackHPC's upstream Ark server.
11
+
12
+
Role Variables
13
+
--------------
14
+
15
+
Variables in this role are also required by `pulp_site` so set in
16
+
`environments/common/inventory/groups_vars/all/dnf_repos.yml`. See that file for detailed default values.
17
+
18
+
-`dnf_repos_repos`: Dict of dicts containing information to construct URLs for Ark snapshots from the target Pulp server for each Rocky version. For example:
19
+
```
20
+
dnf_repos_repos:
21
+
appstream: # ansible.builtin.yum_repository:name
22
+
'8.10': # ansible_distribution_version or ansible_distribution_major_version
pulp_path: rocky/8.10/AppStream/x86_64/os # The subpath of the the upstream Ark server's content endpoint URL for the repo's snapshots, see https://ark.stackhpc.com/pulp/content/
0 commit comments