File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
environments/site/inventory Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Variables in this role are also required by `pulp_site` so set in
17
17
- ` dnf_repos_all ` : Dict of dicts containing information to construct URLs for timestamped repos from Ark for each Rocky version. For example:
18
18
```
19
19
dnf_repos_all:
20
- appstream: # yum_repository:name
20
+ appstream: # ansible.builtin. yum_repository:name
21
21
'8.10': # ansible_distribution_version or ansible_distribution_major_version
22
22
repo_file: Rocky-AppStream # yum_repository: file
23
23
# repo_name: # optional, override yum_repository:name
@@ -38,8 +38,7 @@ Variables in this role are also required by `pulp_site` so set in
38
38
- `dnf_repos_default_epel`: Dict of repos objects following same format as `dnf_repos_all` but only
39
39
including `epel` repo.
40
40
- `dnf_repos_pulp_content_url`: Optional str. Content URL of Pulp server to use Ark snapshots from.
41
- Should be overriden if using local Pulp server instead of upstream Ark Pulp (See
42
- `ansible/roles/pulp_site`). Defaults to `{{ appliances_pulp_url }}/pulp/content`
41
+ Defaults to `{{ appliances_pulp_url }}/pulp/content`
43
42
- `dnf_repos_username`: Optional str. Username for Ark. Should be set if using upstream StackHPC Ark
44
43
Pulp server, but omitted if using local Pulp server (see `ansible/roles/pulp_site`)
45
44
- `dnf_repos_password`: Optional str. Password for Ark. Should be set if using upstream StackHPC Ark
Original file line number Diff line number Diff line change @@ -162,4 +162,4 @@ compute
162
162
# Host to deploy a Pulp server on and sync with mirrors of upstream Ark repositories. Should be a group containing a single VM provisioned
163
163
# separately from the appliance. e.g
164
164
# pulp_host ansible_host=<VM-ip-address>
165
- # Note the host name can't conflict with group names i.e can't be called `pulp` or `pulp_server`
165
+ # Note inventory host name cannot conflict with group names i.e can't be called `pulp` or `pulp_server`.
You can’t perform that action at this time.
0 commit comments