Skip to content

Commit f5f2c0b

Browse files
committed
regularised group names
1 parent 7253ad0 commit f5f2c0b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ansible/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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

docs/experimental/pulp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:
3839
appliances_pulp_url: "http://<pulp-host-ip>:8080"
3940
pulp_site_upstream_username: <Ark-username>
4041
pulp_site_upstream_password: <Ark-password>

environments/common/inventory/groups

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ k3s_agent
197197
builder
198198
extra_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]

0 commit comments

Comments
 (0)