summaryrefslogtreecommitdiffstats
path: root/roles/openshift_common/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Add openshift_hostname default variable to openshift_commonJason DeTiberus2015-03-021-0/+1
| | | | | - for use anywhere the hostname is used that would be dependent on the openshift_hostname_workaround setting.
* add openshift_hostname workaround varJason DeTiberus2015-03-021-0/+4
| | | | | - use openshift_bind_ip for hostname when openshift_hostname_workaround is true - defaults to true to maintain current behavior.
* create openshift_common roleJason DeTiberus2015-02-241-0/+3
- move common openshift logic into openshift_common - set openshift_common as a dependency for openshift_node and openshift_master - rename role variables to openshift_* to be more descriptive - start recording local_facts on the openshift hosts - clean up firewalld config to be a bit more dry - Update firewall ports for https, make sure http rules are removed - Replace references to ansible_eth0.ipv4.address with ansible_default_ipv4.address