summaryrefslogtreecommitdiffstats
path: root/playbooks/gce/openshift-node
Commit message (Collapse)AuthorAgeFilesLines
* rename base_os role to os_env_extras, move application to end since it just ↵Jason DeTiberus2015-03-051-1/+1
| | | | sets environment configs for root user
* Bugfixes for openshift-common related changesJason DeTiberus2015-03-011-0/+2
| | | | | | | | - Fix failed attempt to cleanup service notify on creds changes - Fix master URL for node to use https - Set openshift_debug_level in vars.yml for playbooks - This puts us closer to the original debug settings, where after the openshift-common changes the debug settings were defaulting back to 0
* create openshift_common roleJason DeTiberus2015-02-241-10/+10
| | | | | | | | | | | - 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
* add symlinks for filter_plugins and roles to playbook directoriesJason DeTiberus2015-02-243-4/+6
| | | | | - allows playbooks to be able to discover roles and filter_plugins without having to manipulate the environment or use relative paths.
* Fix SSL support between master and node(s)Jhon Honce2015-02-201-0/+10
|
* * Use hostname moduleJhon Honce2015-02-171-6/+1
| | | | * Use mktemp for scratch directory
* Update code to reflect review commentsJhon Honce2015-02-161-8/+7
|
* - Rename minion to nodeJhon Honce2015-02-164-0/+143
- Update playbooks to support latest code