summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-12Merge pull request #222 from twiest/prThomas Wiest
removed ec2.ini from the openshift-ansible-inventory.spec file so that we're not dictating what the ec2.ini file should look like.
2015-05-12removed ec2.ini from the openshift-ansible-inventory.spec file so that we're ↵Thomas Wiest
not dictating what the ec2.ini file should look like.
2015-05-12Merge pull request #221 from kwoodson/ec2_iniKenny Woodson
Added option to use alternate ec2.ini.
2015-05-12Added capability to pass in ec2.ini file.Kenny Woodson
2015-05-11Merge pull request #220 from kwoodson/global_configKenny Woodson
Adding cache location for multi ec2.
2015-05-11Adding cache location for multi ec2Kenny Woodson
2015-05-08Merge pull request #218 from twiest/prThomas Wiest
renamed ansible.cfg to ansible.cfg.example to avoid ansible accidentally picking this up as it's config file.
2015-05-08renamed ansible.cfg to ansible.cfg.example to avoid ansible accidentally ↵Thomas Wiest
picking this up as it's config file.
2015-05-07Automatic commit of package [openshift-ansible-inventory] release [0.0.4-1].Thomas Wiest
2015-05-07Merge pull request #217 from kwoodson/inven_fixThomas Wiest
Fixed a variable naming bug due to rename.
2015-05-07Fixed a bug due to renaming of variables.Kenny Woodson
2015-05-07Automatic commit of package [openshift-ansible-inventory] release [0.0.3-1].Thomas Wiest
2015-05-07Merge pull request #215 from twiest/prThomas Wiest
fixed build problems with openshift-ansible-inventory.spec
2015-05-07fixed build problems with openshift-ansible-inventory.specThomas Wiest
2015-05-07Merge pull request #214 from kwoodson/cache_locationKenny Woodson
Adding cache location option to multi_ec2.yaml
2015-05-07Allow option in multi_ec2 to set cache location.Kenny Woodson
2015-05-07Automatic commit of package [openshift-ansible-bin] release [0.0.13-1].Thomas Wiest
2015-05-07Merge pull request #212 from twiest/prThomas Wiest
added '-e all' to ohi.
2015-05-07added '-e all' to ohi and fixed pylint errors.Thomas Wiest
2015-05-06Merge pull request #199 from detiber/factFixingThomas Wiest
fix bugs with openshift_facts
2015-05-06pylint fixesJason DeTiberus
2015-05-06openshift_fact and misc fixesJason DeTiberus
- Do not attempt to fetch file to same file location when playbooks are run locally on master - Fix for openshift_facts when run against a host in a VPC that does not assign internal/external hostnames or ips - Fix setting of labels and annotations on node instances and in openshift_facts - converted openshift_facts to use json for local_fact storage instead of an ini file, included code that should migrate existing ini users to json - added region/zone setting to byo inventory - Fix fact related bug where deployment_type was being set on node role instead of common role for node hosts
2015-05-05Automatic commit of package [openshift-ansible-bin] release [0.0.12-1].Thomas Wiest
2015-05-05Merge pull request #205 from twiest/prThomas Wiest
fixed opssh and opscp to allow just environment or just host-type.
2015-05-05fixed opssh and opscp to allow just environment or just host-type.Thomas Wiest
2015-05-05Merge pull request #204 from kwoodson/tower_cli_linkKenny Woodson
Added symlink to fix ansible_tower_cli
2015-05-05symlink added for ansible-tower-cli. Also fix to spacing issue for proot optionsKenny Woodson
2015-05-04Merge pull request #195 from detiber/READMESThomas Wiest
Add README_origin.md, update README.md to link to origin and OSE readmes
2015-05-04Merge pull request #203 from kwoodson/tower_cliKenny Woodson
Adding tower_cli.cfg to /etc/tower
2015-05-04Adding towercli config to /etc/towerKenny Woodson
2015-05-04Automatic commit of package [openshift-ansible-bin] release [0.0.11-1].Thomas Wiest
2015-05-04Merge pull request #202 from twiest/prThomas Wiest
changed opssh to a bash script using ohi to make it easier to maintain, and to expose all of the pssh features directly. Also made spacing consistent in opscp.
2015-05-04changed opssh to a bash script using ohi to make it easier to maintain, and ↵Thomas Wiest
to expose all of the pssh features directly.
2015-05-04Add README_origin.md, update README.md to link to origin and OSE readmesJason DeTiberus
2015-05-01Merge pull request #201 from twiest/prThomas Wiest
Added --user option to ohi to pre-pend the username in the hostlist output.
2015-05-01Added --user option to ohi to pre-pend the username in the hostlist output.Thomas Wiest
2015-05-01Merge pull request #200 from twiest/prThomas Wiest
Added utils.py that contains a normalize_dnsname function good for sorting dns names to a human readable list.
2015-05-01Added utils.py that contains a normalize_dnsname function good for sorting ↵Thomas Wiest
dns names to a human readable list.
2015-04-30Automatic commit of package [openshift-ansible-bin] release [0.0.10-1].Thomas Wiest
2015-04-30Merge pull request #197 from twiest/prThomas Wiest
added --list-host-types option to opscp
2015-04-30added --list-host-types option to opscpThomas Wiest
2015-04-30Automatic commit of package [openshift-ansible-bin] release [0.0.9-1].Thomas Wiest
2015-04-30Merge pull request #196 from twiest/prThomas Wiest
added opscp
2015-04-30added opscpThomas Wiest
2015-04-29Merge pull request #191 from detiber/vagrantFileThomas Wiest
Add vagrantfile and minor bugfixes
2015-04-29Merge pull request #194 from kwoodson/tower_cli_installKenny Woodson
Add tower-cli role
2015-04-29ansible tower cli roleKenny Woodson
2015-04-29Merge pull request #193 from mwoodson/ec2_varsMatt Woodson
added destination_vars to ec2.ini
2015-04-29added destination_format to our ec2.iniMatt Woodson
2015-04-28Merge pull request #192 from detiber/fixREADMEWesley Hearn
Fix AWS README for ec2_security_groups variable reference