summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-master
Commit message (Collapse)AuthorAgeFilesLines
* create openshift_common roleJason DeTiberus2015-02-241-6/+8
| | | | | | | | | | | - 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.
* - Rename minion to nodeJhon Honce2015-02-161-7/+7
| | | | - Update playbooks to support latest code
* Adding AWS support to openshift-ansible moduleAkram Ben Aissi2014-12-123-0/+109
- Update documentation to say that ssh configuration need to point to the private key file - Removing the -p argument when calling time .... because it is misintrepreted by ruby - Turning the cluster.sh to agnostic in its help/error message by replacing explicit reference to GCE by a a variable - Fixing a bug within the playbooks that incorrectly references the minions and master fact group. - Adding playbooks for AWS, which are almost of copy/paste for those of GCE - Added environment variable OO_PROVIDER to allow definition of the provider. Defaults is gce - TODO implement the terminate.yml cookbook