summaryrefslogtreecommitdiffstats
path: root/roles/openshift_common/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #117 from detiber/repoRenameThomas Wiest2015-03-241-0/+1
|\ | | | | Rename repos role to openshift_repos
| * Rename repos role to openshift_reposJason DeTiberus2015-03-181-0/+1
| | | | | | | | | | | | | | | | | | - Rename repos role to openshift_repos - Make openshift_repos a dependency of openshift_common - Add README and metadata for openshift_repos - Playbook updates for role rename - Verify libselinux-python is installed, otherwise some of the bulit-in modules we use fail
* | Fix hostname handlingJason DeTiberus2015-03-181-1/+0
|/ | | | | - always set hostname if hostname does not match openshift_hostname - Use local IP instead of public IP as hostname for workaround
* Initial READMEs for openshift_{common, node, master}Jason DeTiberus2015-03-061-13/+17
|
* create openshift_common roleJason DeTiberus2015-02-241-0/+38
- 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