Project 'rc/packer-openstack-hpc-image' was moved to 'rc/hpc-factory'. Please update any links and bookmarks that may still have the old path.
The source project of this merge request has been removed.
Modify roles in cheaha.yml playbook to enable a standalone proxy
Merged
requested to merge atlurie/packer-openstack-hpc-image:feat-add-standalone-proxy into feat-hpc-factory
Compare changes
- Eesaan Atluri authored
We changed it to "all" because that's the convention we follow. When running ansible playbook you need to limit the hosts with -l so that it doesn't run on all hosts. Some background on why it was set to default in the first place, `hosts: default` is used as a placeholder during development to indicate where actual host groups will later be defined. You can define specific host groups within the inventory file with names that are more relevant to your infrastructure, replacing the "default" placeholder.
+ 1
− 1