Commit Graph

78 Commits (94de4db928c274b4aa5006530789820c5bb7f5fa)

Author SHA1 Message Date
Jan-Piet Mens 60e0410298 Tweak DOCUMENTATION YAML as per latest 991
14 years ago
Michael DeHaan 4cd3262f50 Merge pull request #1054 from jpmens/geturl_doc1
14 years ago
Jan-Piet Mens e041c2e2cd First attempt at standardizing DOCUMENTATION string (new DICT)
14 years ago
Michael DeHaan d77be4eecf Merge pull request #1052 from romeotheriault/add-SunOSVirtual-facts
14 years ago
Romeo Theriault d72eaa3fc5 Adding SunOSVirtual facts
14 years ago
Stephen Fromm 65fe7b7003 Update package manager fact innards to a list of dicts
14 years ago
Stephen Fromm 94eb11a6d7 Add pkg_mgr fact to setup
14 years ago
Matt Coddington c0638842d8 make this python24 compatible
14 years ago
Michael DeHaan 49bef3f6c2 Merge pull request #1005 from dagwieers/cmdline
14 years ago
Jan-Piet Mens b36aa61237 Add support for RSA/DSA SSH host key detection in setup module for OS/X
14 years ago
Dag Wieers d158218c3f Add /proc/cmdline information to the default facts
14 years ago
Michael DeHaan eed031cd82 Check for ipv6
14 years ago
Michael DeHaan 8f220a4f77 Always pipe stderr in the setup module to avoid JSON interference.
14 years ago
Stephen Fromm e5a635672c Migrate remaining modules to use get_bin_path in module_common.py
14 years ago
Michael DeHaan d0994cd169 Merge branch 'setup-no-dash-facts' of https://github.com/tima/ansible into devel
14 years ago
Timothy Appnel 8c32aefc80 Replace - with _ in setup module key names to avoid variable access problems reported in #954
14 years ago
Maxim Burgerhout 3d44de284a Add working CPU model fact for some ARM devices
14 years ago
Tim Bielawa 3d3c8a004e Fix setup module explosion when a route is empty. Closes #909
14 years ago
Daniel Hokka Zakrisson 121341833a Work with tun and p2p interfaces
14 years ago
Sundar Raman 3aff9396e8 (Re #882) Handle errors in get_interfaces
14 years ago
Michael DeHaan 731adc0eaf Merge pull request #866 from akhayyat/devel
14 years ago
Daniel Hokka Zakrisson ae964b97c4 Fix spelling of architecture for non-x86
14 years ago
Ahmad Khayyat c96c51a534 setup: add type and default_ipv{4,6} to linux network facts
14 years ago
Stephen Fromm c4ce5f9497 Try to find ip command in either /sbin or /usr/sbin
14 years ago
Stephen Fromm 84028c2339 Tweak invocation of ip in LinuxNetwork
14 years ago
Michael DeHaan e9c9d8f523 tweak config mode check to just have a default
14 years ago
Michael DeHaan 477ca2ed1a Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library
14 years ago
Michael DeHaan e0765be1ea Merge pull request #850 from akhayyat/virt-facts
14 years ago
Michael DeHaan 32922e404b Don't include local addresses in the all_ipv4/6 list
14 years ago
Ahmad Khayyat 916fcdb93b Add openvz detection to virtualization facts, and some cleanup
14 years ago
Ahmad Khayyat f0a8e13628 Update doc string and minor cleanup
14 years ago
Ahmad Khayyat 7950dd01e5 Recognize interface aliases in network facts, and add IP facts
14 years ago
Stephen Fromm 0cc73c930b Make exception more specific (OSError) in setup module for selinux call
14 years ago
Stephen Fromm 3fb3eae7b6 Protect all selinux calls with try/except
14 years ago
Michael DeHaan faed4b5a33 whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added
14 years ago
Michael DeHaan 7e9e29011e Add encoding lines to python modules such that they can take unicode options if they are fed them, since the
14 years ago
Stephen Fromm 85c838c835 Add Blade to FORM_FACTOR list and document SMBIOS spec URL
14 years ago
Stephen Fromm 9a3ad060dc Catch exception if form factor id is unknown
14 years ago
Michael DeHaan ce5f3dd148 Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
14 years ago
Michael DeHaan 6b72804cb4 remove unneeded imports
14 years ago
Michael DeHaan d0a5dec686 Port setup module to use the common module base
14 years ago
Christoph Seitz ab8a36686e Fixes locale problem with ifconfig in setup module
14 years ago
Stephen Fromm 2a0dfba838 Skip get_ipv6_facts if socket.has_ipv6 is false
14 years ago
Stephen Fromm 0efc0bec89 Update LinuxNetwork to not use fcntl and ioctls
14 years ago
Stephen Fromm 162b78ea5c Check if CPU is QEMU via different mechanism
14 years ago
Stephen Fromm e3dd25b1b2 Add back erroneously deleted get_file_content()
14 years ago
Stephen Fromm 97c64f3632 Adjustments to behavior of Facts and subclass behavior
14 years ago
Stephen Fromm ae1b2394ac Update setup module for facts derived from classes
14 years ago
Michael DeHaan 931f9f1a61 Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
14 years ago
John Kleint 375a1eaf43 Use iterative MD5 hashing.
14 years ago