File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
environments/common/inventory Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 18
18
when : hook_path | exists
19
19
20
20
- name : Sync pulp repos with upstream
21
- hosts : pulp
21
+ hosts : pulp_site
22
22
tasks :
23
23
- ansible.builtin.include_role :
24
24
name : pulp_site
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Content can also be synced by running `ansible/adhoc/sync-pulp.yml`. By default
35
35
## Example config in site variables
36
36
37
37
```
38
+ # environments/site/inventory/group_vars/all/pulp_site.yml:
38
39
appliances_pulp_url: "http://<pulp-host-ip>:8080"
39
40
pulp_site_upstream_username: <Ark-username>
40
41
pulp_site_upstream_password: <Ark-password>
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ k3s_agent
197
197
builder
198
198
extra_packages
199
199
200
- [pulp ]
200
+ [pulp_site ]
201
201
# Add builder to this group to enable automatically syncing of pulp during image build
202
202
203
203
[cacerts]
You can’t perform that action at this time.
0 commit comments