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
*
fix comment in inventory/digital_ocean.py (#25828)
loqutus
2017-06-18
1
-1
/
+1
*
Fix spelling mistakes (comments only) (#25564)
Abhijeet Kasurde
2017-06-12
3
-5
/
+5
*
foreman.py: create Ansible groups from Satellite 6 host collections (#25269)
Carsten Clasohm
2017-06-10
2
-25
/
+99
*
python 3 compatibility: import guard around ConfigParser
James Elford
2017-06-03
1
-1
/
+5
*
Fix inventory script for Foreman where group by pattern are not prope… (#25...
Eric L
2017-05-31
1
-6
/
+3
*
[cloud] EC2 dynamic inventory default filename is documented as ec2.ini - fix...
Sloane Hertel
2017-05-31
1
-0
/
+5
*
contrib: PEP8 compliancy (#24680)
Dag Wieers
2017-05-30
3
-18
/
+22
*
Misc typo fix in fleet inventory (#25174)
Abhijeet Kasurde
2017-05-30
1
-1
/
+0
*
Fixed import of urlencode and pathname2url from urllib for python3 (#24424)
Michael
2017-05-19
2
-4
/
+4
*
take into account if cache file exists when loading data from digitalocean ev...
Jorge Quintás
2017-05-17
1
-2
/
+2
*
pep8 fixes for contrib (#24344)
Matt Martz
2017-05-09
36
-342
/
+324
*
[cloud][inventory] Get tags for RDS instances. (#23989)
Elijah Lynn
2017-05-09
1
-1
/
+15
*
inventory: ovirt4: Add support for devices without IP (#24287)
Ondra Machacek
2017-05-04
1
-2
/
+2
*
Added subnetwork parameter to inventory instance dictionary. (#23984)
Tom Melendez
2017-04-26
1
-0
/
+6
*
Fix errors reported by pylint. (#23282)
Matt Clay
2017-04-07
2
-2
/
+2
*
Migrate most uses of if type() to if isinstance()
Toshio Kuratomi
2017-04-04
3
-6
/
+9
*
fetch spacewalk.ini from the environment if set
Wayne Witzel III
2017-04-04
1
-1
/
+4
*
[openstack] Adds the non-deprecated ansible_host var (#23153)
Tim Rupp
2017-04-03
1
-0
/
+1
*
Fix vmware property filter (#23228)
rafstef
2017-04-03
1
-1
/
+4
*
Address lxd inventory pep8 error (#23021)
Matt Martz
2017-03-28
1
-1
/
+1
*
Brook inventory (#16122)
Francisco Ros
2017-03-27
1
-7
/
+10
*
A basic lxd dynamic inventory script (#15848)
Andrew Clarke
2017-03-27
2
-0
/
+116
*
Update module_utils.six to latest (#22855)
Toshio Kuratomi
2017-03-23
1
-6
/
+6
*
Only read EC2 `regions_exclude` list if necessary (#18720)
Steve Kuznetsov
2017-03-22
2
-3
/
+4
*
[cloud][contrib] IAM role support for EC2 dynamic inventory (#15196)
Rune T. Sorensen
2017-03-20
2
-0
/
+19
*
Add a custom regex_match filter to the vmware_inventory script (#21488)
jctanner
2017-03-18
1
-2
/
+16
*
Added support for specifying zone for gce dynamic inventory (#20938)
Markus Liljedahl
2017-03-16
2
-5
/
+9
*
Fix Elasticcache issue where ec2 script would fail on finding lack of primary...
William Holroyd
2017-03-10
1
-4
/
+5
*
ovirt: dyn_inventory fix Python2 and Python3 compat (#22453)
Ondra Machacek
2017-03-10
1
-4
/
+8
*
azure_rm inventory version comparison fix (#22341)
Matt Davis
2017-03-07
1
-4
/
+4
*
[inventory/aos] Few fixes and small tweaks (#22259)
Damien
2017-03-03
2
-8
/
+27
*
Clean up group name before creation to remove spaces etc .. (#22020)
Damien
2017-03-01
1
-11
/
+29
*
cloudstack: fix pep8 cloudstack inventory (#22092)
René Moser
2017-02-28
1
-12
/
+7
*
Make sure all inventory scripts are executable.
Matt Clay
2017-02-23
3
-0
/
+0
*
inventory/Aos - Add session information to group all variables (#21719)
Damien
2017-02-22
1
-1
/
+13
*
use safe load instead
Brian Coca
2017-02-21
1
-1
/
+1
*
Add Foreman inventory (#19510)
Daniel Lobato García
2017-02-21
2
-0
/
+501
*
Fix for crash on missing privileges, closes #21051 (#21518)
Roman Belyakovsky
2017-02-21
1
-1
/
+4
*
vmware_inventory: permit to skip nopermission error on host subkeys (notify u...
Loïc Blot
2017-02-21
1
-6
/
+9
*
Allow ec2.py to be imported (#21637)
Alex Trevino
2017-02-20
1
-2
/
+3
*
Fix py3 issue in nagios_livestatus inv script. (#21687)
Matt Clay
2017-02-20
1
-7
/
+8
*
Add Nagios livestatus inventory plugin. (#12342)
Yannig
2017-02-20
2
-0
/
+216
*
[cloud][inventory] Let ec2.py be renamed and search for a matching .ini file ...
rafstef
2017-02-20
1
-2
/
+12
*
manually integrated from PR #10350
Brian Coca
2017-02-20
1
-1
/
+1
*
inventory/apstra_aos - Add a new output format when a blueprint name is provi...
Damien
2017-02-18
2
-41
/
+193
*
[cloud][aws] Use binary read for inventory cache file
Ryan S. Brown
2017-02-16
1
-1
/
+1
*
[cloud][aws] Use `with` statement for file rw in EC2 dynamic inventory (#21390)
Alex Trevino
2017-02-16
1
-11
/
+7
*
Pass boto_profile to get_route53_records (#14354)
Jonathan McCall
2017-02-16
1
-1
/
+4
*
Feature: adding route53_hostnames option to set the hostnames from route 53 (...
Ian White
2017-02-14
2
-1
/
+20
*
[cloud] Add group_by_instance_state to EC2 Dynamic Inventory (#20430)
gregorydulin
2017-02-14
2
-0
/
+9
[next]