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 1818 when : hook_path | exists
1919
2020- name : Sync pulp repos with upstream
21- hosts : pulp
21+ hosts : pulp_site
2222 tasks :
2323 - ansible.builtin.include_role :
2424 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
3535## Example config in site variables
3636
3737```
38+ # environments/site/inventory/group_vars/all/pulp_site.yml:
3839appliances_pulp_url: "http://<pulp-host-ip>:8080"
3940pulp_site_upstream_username: <Ark-username>
4041pulp_site_upstream_password: <Ark-password>
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ k3s_agent
197197builder
198198extra_packages
199199
200- [pulp ]
200+ [pulp_site ]
201201# Add builder to this group to enable automatically syncing of pulp during image build
202202
203203[cacerts]
You can’t perform that action at this time.
0 commit comments