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
1717- ` dnf_repos_all ` : Dict of dicts containing information to construct URLs for timestamped repos from Ark for each Rocky version. For example:
1818 ```
1919 dnf_repos_all:
20- appstream: # yum_repository:name
20+ appstream: # ansible.builtin. yum_repository:name
2121 '8.10': # ansible_distribution_version or ansible_distribution_major_version
2222 repo_file: Rocky-AppStream # yum_repository: file
2323 # repo_name: # optional, override yum_repository:name
@@ -38,8 +38,7 @@ Variables in this role are also required by `pulp_site` so set in
3838- `dnf_repos_default_epel`: Dict of repos objects following same format as `dnf_repos_all` but only
3939 including `epel` repo.
4040- `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`
4342- `dnf_repos_username`: Optional str. Username for Ark. Should be set if using upstream StackHPC Ark
4443 Pulp server, but omitted if using local Pulp server (see `ansible/roles/pulp_site`)
4544- `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
162162# Host to deploy a Pulp server on and sync with mirrors of upstream Ark repositories. Should be a group containing a single VM provisioned
163163# separately from the appliance. e.g
164164# 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