File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
environments/.stackhpc/inventory Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ - hosts : localhost
2
+ tasks :
3
+ - ansible.builtin.include_role :
4
+ name : pulp_site
5
+ tasks_from : sync.yml
6
+ vars :
7
+ pulp_site_target_arch : " x86_64"
8
+ pulp_site_target_distribution : " rocky"
9
+ pulp_site_target_distribution_version : " 9.4"
10
+ pulp_site_target_distribution_version_major : " 9"
11
+ pulp_site_version_timestamps : " {{ appliances_repo_timestamps[pulp_site_target_distribution_version] }}"
Original file line number Diff line number Diff line change 1
1
---
2
2
3
+ - ansible.builtin.assert :
4
+ that : pulp_site_upstream_password != ''
5
+ quiet : true
6
+ fail_msg : " Upstream password not set. Either set env var ARK_PASSWORD or override pulp_site_upstream_password."
7
+
3
8
- name : Wait for Pulp server
4
9
pulp.squeezer.status :
5
10
pulp_url : " {{ pulp_site_url }}"
Original file line number Diff line number Diff line change @@ -31,3 +31,5 @@ compute
31
31
[squid:children]
32
32
# Install squid into fat image
33
33
builder
34
+
35
+ [pulp:children]
You can’t perform that action at this time.
0 commit comments