summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-minion/vars.yml
Commit message (Collapse)AuthorAgeFilesLines
* - Rename minion to nodeJhon Honce2015-02-161-0/+0
| | | | - Update playbooks to support latest code
* Adding AWS support to openshift-ansible moduleAkram Ben Aissi2014-12-121-0/+0
- 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