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 11---
22
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+
38- name : Wait for Pulp server
49 pulp.squeezer.status :
510 pulp_url : " {{ pulp_site_url }}"
Original file line number Diff line number Diff line change @@ -31,3 +31,5 @@ compute
3131[squid:children]
3232# Install squid into fat image
3333builder
34+
35+ [pulp:children]
You can’t perform that action at this time.
0 commit comments