- 08 Sep, 2015 1 commit
-
-
Toshio Kuratomi committed
-
- 04 Sep, 2015 2 commits
-
-
Fixes the bug I introduced in my previous commit (six.string_types is (basestring,) on Python 2). Thanks @abadger for noticing!
Marius Gedminas committed -
Replace 'unicode' with six.text_type, everywhere but in module_utils.
Marius Gedminas committed
-
- 03 Sep, 2015 1 commit
-
-
Replace .iteritems() with six.iteritems() everywhere except in module_utils (because there's no 'six' on the remote host). And except in lib/ansible/galaxy/data/metadata_template.j2, because I'm not sure six is available there.
Marius Gedminas committed
-
- 01 Sep, 2015 1 commit
-
-
Jonathan Lestrelin committed
-
- 28 Aug, 2015 2 commits
-
-
Orion Poplawski committed
-
This fixes the remaining Python 3 syntax errors, so re-enable compileall for contrib/ again.
Marius Gedminas committed
-
- 27 Aug, 2015 2 commits
-
-
Marius Gedminas committed
-
types.NoneType was removed in Python 3. None is a singleton in Python, so 'x is None' is equivalent to 'isinstance(x, NoneType)'.
Marius Gedminas committed
-
- 17 Aug, 2015 1 commit
-
-
Brian Coca committed
-
- 11 Aug, 2015 4 commits
-
-
A future branch might make it configurable.
Tom Berger committed -
Also, use old school string interpolation so that the plugin is compatible with Python < 2.7.
Tom Berger committed -
Tom Berger committed
-
Tom Berger committed
-
- 10 Aug, 2015 2 commits
-
-
Updates to Windows Azure inventory script from Tower. Includes changes from https://github.com/ansible/ansible/pull/8403.
Chris Church committed -
Openstack inventory updates from Tower. Includes changes from https://github.com/ansible/ansible/pull/10491 and https://github.com/ansible/ansible/pull/10776.
Chris Church committed
-
- 07 Aug, 2015 5 commits
-
-
James Cammarata committed
-
dmccue committed
-
dmccue committed
-
dmccue committed
-
James Cammarata committed
-
- 02 Aug, 2015 1 commit
-
-
Marcos Garcia committed
-
- 31 Jul, 2015 2 commits
-
-
Bernhard Lichtinger committed
-
Added _meta dictionary with hostvars in --list json output.
Bernhard Lichtinger committed
-
- 30 Jul, 2015 1 commit
-
-
Bernhard Lichtinger committed
-
- 29 Jul, 2015 1 commit
-
-
Tomas Karasek committed
-
- 28 Jul, 2015 2 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
- 26 Jul, 2015 1 commit
-
-
Andrew Hamilton committed
-
- 23 Jul, 2015 3 commits
- 21 Jul, 2015 1 commit
-
-
Paramiko module is used to parse ssh_config. Added multi-vm support Added "_meta" element https://docs.ansible.com/ansible/developing_inventory.html#tuning-the-external-inventory-script
Igor Khomyakov committed
-
- 17 Jul, 2015 1 commit
-
-
Mathieu Lecarme committed
-
- 16 Jul, 2015 1 commit
-
-
Jens Carl committed
-
- 14 Jul, 2015 3 commits
-
-
Alex Lo committed
-
Alex Lo committed
-
https://github.com/ansible/ansible/issues/10840 before RDS: `ERROR: Inventory script (ec2.py) had an execution error: Forbidden` EC2: `ERROR: Inventory script (ec2.py) had an execution error: Error connecting to AWS backend. You are not authorized to perform this operation.` after RDS: `ERROR: Inventory script (ec2.py) had an execution error: ERROR: "Forbidden", while: getting RDS instances` EC2: `ERROR: Inventory script (ec2.py) had an execution error: ERROR: "Error connecting to AWS backend. You are not authorized to perform this operation.", while: getting EC2 instances`
Alex Lo committed
-
- 12 Jul, 2015 1 commit
-
-
Jason Young committed
-
- 10 Jul, 2015 1 commit
-
-
Brian Coca committed
-