community.general/v2/ansible
Michael Scherer 2a6a01e122 Port some changes that occured on v1 get_facts modules to v2
- 5c64956a7 Set distribution, release, and version for NetBSD
- ec01e071d adjusted for the possibility of lsblk not existing
  for fact gathering
- d4eddabb2 Patch for bug #10485 - ansible_distribution fact
  populates as 'RedHat' on Oracle Linux systems
- 7813ffd71 Adding uptime_seconds fact for linux and darwin platforms
- 29cca0191 Adding oVirt recognition for oVirt guests.
- d0197195e Handle /etc/os-release files with 'Raspbian' in them
- 58a5f8dfa Pulls machine id in ansible facts
- 1968f9969 Wrong OS_FAMILY declaration for openSUSE
- 5dec45e24 Fix wrong distribution facts on SLES/openSUSE

and a few others
2015-04-18 22:46:36 -04:00
..
compat Use six.moves to find configparser instead of our compat code 2015-04-14 13:40:50 -07:00
config Add python3-compat boiler to all core files 2014-10-15 19:22:54 -04:00
errors Add another error, who seems to be all over the place 2015-04-14 15:50:31 -04:00
executor Improve the API for connection plugins and update local and ssh to use it 2015-04-15 16:32:44 -07:00
inventory Do not import all ansible errors and fix the exception raised 2015-04-14 15:43:02 -04:00
module_utils Port some changes that occured on v1 get_facts modules to v2 2015-04-18 22:46:36 -04:00
modules Update extras module ref on v2 2015-04-15 05:15:30 -07:00
new_inventory Just move things around so that new_inventory doesn't interfere with testing 2015-03-31 12:58:00 -07:00
parsing Import futures including print 2015-04-13 13:28:01 -07:00
playbook fixed vars in block now that they are a field atribute also 2015-04-16 11:13:21 -04:00
plugins Improve the API for connection plugins and update local and ssh to use it 2015-04-15 16:32:44 -07:00
template Add a import for 'builtins' module, used in CleansingNodeVisitor. 2015-04-14 16:47:58 -04:00
utils Merge pull request #10708 from mscherer/fix_hashing_error 2015-04-14 16:15:16 -04:00
vars Change exceptions to python3 syntax. 2015-04-13 12:35:20 -04:00
__init__.py Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
constants.py Use six.moves to find configparser instead of our compat code 2015-04-14 13:40:50 -07:00