- 10 Jul, 2014 14 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
Remove unused code
James Cammarata committed -
James Cammarata committed
-
Bug Fix - fixed the choices typo got the ec2_asg module
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Matt Ferrante committed
-
James Cammarata committed
-
James Cammarata committed
-
Dan Slimmon committed
-
Regexes were being parsed like ordinary ansible host patterns, so square-bracket groups were getting interpolated wrongly.
Dan Slimmon committed
-
- 09 Jul, 2014 9 commits
-
-
Makes ansible fail if login_port is defined and login_host is either not...
James Cammarata committed -
Cristian Ciupitu committed
-
Makes ansible fail if login_port is defined and login_host is either not defined, or defined as localhost. This is because if login_host is localhost then MySQLdb will use the socket instead of TCP. This leads to confusion for ansible users as, when a port is defined it gets ignored if login_host is localhost. This is to fix the bug reported by wrosario #8070. Info on MysqlDb can be read here http://mysql-python.sourceforge.net/MySQLdb.html
Jonathan Mainguy committed -
James Cammarata committed
-
Add option to return all EC2/RDS instances regardless of state.
Michael DeHaan committed -
James Cammarata committed
-
https://github.com/psa/ansible
Merge branch 'resource-tag-required' of https://github.com/psa/ansible into psa-resource-tag-required
James Cammarata committed
-
- 08 Jul, 2014 9 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Fixes #6876
Andreas Fleig committed -
Provision VM using virtual network.
James Cammarata committed -
Some environments that utilize an SSL terminator with a self-signed certificate can use the publicURL without getting certificate verify errors. This allows using the internalURL with in my case is HTTP and not HTTPS. Closes issue: #8057
Eric Brown committed -
James Cammarata committed
-
- 07 Jul, 2014 5 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Avoid resolving a pattern that is a plain host. When matching a hostname in the hosts_cache, just use the host object from there. When running a task on say 750 hosts, this yields a huge improvement.
Serge van Ginderachter committed -
Sample playbook when it may be useful: ``` - uri: return_content=yes url={{ api_base }}/action/{{ inventory_hostname }} register: output - assert: msg: '{{ output.json | to_nice_json }}' that: - output.json.foo != "bar" - output.json.boo == 42 ```Leonid Evdokimov committed
-
- 05 Jul, 2014 3 commits
-
-
nova.py: Set defaults for OpenStack settings
James Cammarata committed -
Fix missing msg argument
James Cammarata committed -
Remove validation of RDS DB instance type names because Amazon frequently adds new ones
James Cammarata committed
-