index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update all pypi.python.org URLs to pypi.org (#38988)
Jon Dufresne
2018-05-15
4
-5
/
+5
*
cloudstack: use paging for listVirtualMachines (#40018)
Peter Farmer
2018-05-12
1
-4
/
+4
*
Adding multiple project support for GCE (#39473)
John Roach
2018-05-11
2
-15
/
+24
*
add user-agent to Azure API calls, and support MSI/CLI cred for inventory (#3...
Yuwei Zhou
2018-05-11
1
-21
/
+75
*
VMware: Custom Field in vmware_inventory (#39796)
Abhijeet Kasurde
2018-05-10
1
-6
/
+10
*
[ec2 contrib script] Add ability to filter EC2 instances via shell environmen...
Daryl Banttari
2018-05-03
1
-2
/
+9
*
[contrib] azure_rm.py add mechanism to force use of private ip as ansible_hos...
Sylvain Rabot
2018-05-03
1
-2
/
+7
*
ovirt: Clarify secrets configuration (#39501)
Ondra Machacek
2018-05-01
1
-1
/
+2
*
Convert more http links to https.
Matt Clay
2018-04-26
1
-4
/
+2
*
[cloud][aws] PEP8 renaming in EC2 dynamic inventory (#39164)
Javier Beaumont
2018-04-23
1
-7
/
+7
*
VMware: Support for multiple jinja filters in vmware_inventory (#38173)
Abhijeet Kasurde
2018-04-11
1
-3
/
+15
*
Fixes Making sure that the key value returns a string to avoid concatenation ...
John Roach
2018-04-05
1
-1
/
+1
*
Set `raw=True` when reading passwords from ConfigParser files. (#35582)
Bill Nottingham
2018-04-05
4
-4
/
+4
*
Fix dynamic inventory for vagrant does not work on python3 (#37631)
Hideki Saito
2018-03-22
1
-4
/
+9
*
Remove unused import from azure dyn inventory (#34980)
Patrick Marques
2018-03-22
1
-2
/
+0
*
Removed windows_azure inventory script to avoid confusion with azure_rm.py (#...
Jordan Borean
2018-03-22
2
-310
/
+0
*
Set win_rm protocol to the name, not the full ProtocolTypes object (#37499)
Tyler Gregory
2018-03-21
1
-1
/
+1
*
Allow filtering of instances by tags in GCE dynamic inventory (#35770)
Peter Schiffer
2018-03-14
2
-1
/
+30
*
FreeIPA inventory (ipalib 4.6.2): avoid exception (#34356)
Pilou
2018-02-26
1
-2
/
+24
*
Add a module_utils OpenStack Cloud constructor (#20974)
Monty Taylor
2018-02-15
1
-14
/
+6
*
Removed sort from json dump since response is a mix of strings and integers (...
ABond
2018-02-10
1
-2
/
+2
*
Add 'digital_ocean' as group (#21631)
Simon Wydooghe
2018-02-10
1
-1
/
+3
*
contrib(inventory): fix Scaleway inventory used w/env variable token (#35701)
Paul B
2018-02-05
2
-2
/
+10
*
Add ability to select to prefer IPv4 addresses for ansible_ssh_host (#35584)
Richard Bywater
2018-02-01
2
-1
/
+17
*
Contrib infoblox exattrs Fixes #35409 (#35410)
Clement Trebuchet
2018-01-31
1
-1
/
+1
*
refactors nios api shared code to handle provider better (#35393)
Peter Sprygada
2018-01-27
1
-15
/
+6
*
adds infoblox dynamic inventory script (#35328)
Peter Sprygada
2018-01-25
2
-0
/
+159
*
Add hash making inventory caches unique to inventory script ran (#34742)
Jonathan McCall
2018-01-23
1
-0
/
+1
*
Fix Digital Ocean inventory script pagination handling (#35153)
Sam Edwards
2018-01-23
1
-1
/
+1
*
consul_io: fixed service availability check (#34293)
Kristóf Havasi
2018-01-19
1
-11
/
+19
*
azure_rm inventory should add "ansible_connection: winrm" in host_vars for wi...
Fabrice Flore-Thébault
2018-01-17
1
-0
/
+1
*
Add ability to append suffix to host names for Cloudforms Inventory (#33565)
Richard Bywater
2018-01-17
2
-0
/
+15
*
freeipa: support for host vars (#34535)
Abhijeet Kasurde
2018-01-15
1
-13
/
+18
*
cloudstack: inventory: Added feature list by tag (#31319)
Danilo Riecken P. de Morais
2018-01-14
1
-6
/
+11
*
contrib(inventory): adds a dynamic inventory for Scaleway cloud (#30313)
Paul B
2018-01-13
2
-0
/
+261
*
Python 2.6 `str.format()` compatibility fixes.
Matt Clay
2018-01-10
3
-9
/
+9
*
More stable explicit file close. (#34303)
Fedele Mantuano
2018-01-02
1
-2
/
+4
*
Fix redeclaration of get_host_info function (#33608)
Abhijeet Kasurde
2018-01-02
1
-3
/
+3
*
consul_io.py: typo fixed in docs (#34292)
Kristóf Havasi
2017-12-30
1
-1
/
+1
*
contrib/inventory/consul_io: typo fixed in documentation (#34291)
Kristóf Havasi
2017-12-29
1
-1
/
+1
*
Use hostname in group_by_aws_account to prevent duplicates. (#34053)
Robert "Bo" Davis
2017-12-19
1
-1
/
+1
*
Use hostgroup_find(all=True) returns member hosts of all hostgroups in a sing...
Ryan Groten
2017-12-18
1
-6
/
+1
*
Replace exit() with sys.exit()
Abhijeet Kasurde
2017-12-15
2
-12
/
+9
*
Add scan_new_hosts feature in ansible foreman inventory (#33743)
Giovanni Sciortino
2017-12-14
2
-1
/
+12
*
Improve consul_io.py execution speed (#33737)
pymag09
2017-12-13
2
-10
/
+59
*
Digital Ocean Inventory refactor (#29176)
Abhijeet Kasurde
2017-12-09
1
-68
/
+135
*
[cloud] Typo fixes for ec2 dynamic inventory (#32957)
Ryan MacLean
2017-11-30
1
-3
/
+3
*
Fix ConfigParser.set error in vmware_inventory (#31643)
Abhijeet Kasurde
2017-11-28
1
-40
/
+6
*
Fix invalid string escape sequences.
Matt Clay
2017-11-21
19
-22
/
+22
*
VMware: change default host_filter to gueststate (#32839)
Abhijeet Kasurde
2017-11-21
2
-3
/
+7
[next]