summaryrefslogtreecommitdiffstats
path: root/lib/ansible_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* removed ignore_bug_6407 as that bug has now been fixed by ansible.Thomas Wiest2015-02-051-7/+0
|
* Adding AWS support to openshift-ansible moduleAkram Ben Aissi2014-12-121-3/+1
| | | | | | | | | | - 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
* Added atomic aws host to cloud.rbThomas Wiest2014-10-231-1/+9
|
* broke out parts of cloud.rb into libs for easier maintenance.Thomas Wiest2014-10-211-0/+95