sujiar37 / AWX-HA-InstanceGroup

Build AWX clustering on Docker Standalone Installation
MIT License
107 stars 39 forks source link

Few enhancement as per request #2

Closed sujiar37 closed 5 years ago

sujiar37 commented 5 years ago

As per the request got it from AWX google group

  1. you are assuming redhat for the install, change that to centos, aws, redhat in a dictionary. I just removed the when condition in the playbook tjat loads the roles.
  2. I am testing on vagrant boxes loaded on my local laptop -- no dns. I had to add the name <--> IP mapping in /etc/hosts in each machine. Would be cool if the playbook could detect that and add to /etc/hosts or use IP's when name resolution doesn't work. (not required, just cool)
sujiar37 commented 5 years ago

@cvernooy23 Flagged the OS information and also few improvements. I may automate the IP mapping later, not for now. Thanks you for reporting these enhancements and I am going to be close this.