summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/validate_hostnames.yml
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup validate_hostnamesRussell Teague2017-08-151-5/+10
|
* Allow a hostname to resolve to 127.0.0.1 during validationDavid Moreau-Simard2017-05-211-1/+3
| | | | | | | | | 127.0.0.1 does not end up in "ansible_all_ipv4_addresses" and should be considered valid. For example, a hostname could be resolving to a public address that is not bound to the actual server. Or the host could resolve to 127.0.0.1 from the perspective of the host since the hostname is set up in /etc/hosts.
* YAML LintingRussell Teague2016-12-121-2/+2
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Remove double evaluate_groups include.Andrew Butcher2016-05-101-2/+0
|
* Move common common facts to openshift_factsJason DeTiberus2016-03-151-8/+0
| | | | | | | - Prevents roles that need common facts from needing to require openshift_common, which pulls in the openshift binary. - Add dependency on openshift_facts to os_firewall, since it uses openshift.common facts
* Bug 1308314 - Failed to continue installation when pressing CTRL-CBrenton Leanhardt2016-02-151-1/+1
|
* Add an early check to ensure that node names resolve to an interface on the hostScott Dodson2016-02-031-0/+26