Commit Graph

87 Commits (576cd98d628e74baaa0773a9187eba89ca7e388e)

Author SHA1 Message Date
Michael DeHaan 08996d78d6 Add version_added to all modules missing version_added information, the docs formatter will now
raise errors when omitted, updated changelog with new modules.
James Tanner 73d36f84b1 Merge pull request from cristobalrosa/ansible
Add a fact for checking if interface is in promiscuous mode.
James Tanner e62cbba1fc Address Check interface keys and return gracefully on solaris zones
Michael Scherer 2865a1b074 Fix , make setup work on windows
Michael DeHaan dcc1beab37 Merge pull request from earchibald/devel
Added ['date_time']['tz_offset'] using %z to get the time offset rather ...
Eugene Archibald 6599feac47 Fixed (broken) tab to (correct) spaces for indentation
Eugene Archibald 70c78eade0 Added ['date_time']['tz_offset'] using %z to get the time offset rather than time zone.
Michael Scherer fa0d869ddd setup module, replace ':' by '_' in interface name, fix
Michael DeHaan 377b3f4b6f Merge branch 'devel' of git://github.com/shirou/ansible into devel
James Tanner 4ce2a5f8df Second attempt at preventing ipv6 route enumeration on EL4 machines
James Tanner bee6b544f5 Revert "Do not enumerate ipv6 routes in CentOS 4"
This reverts commit 5186c408f7.
James Tanner 879d20cac3 Do not enumerate ipv6 routes in CentOS 4
James Cammarata 85cd7f7500 Better detection/categorization of ipv4 secondaries/virtual IPs
Fixes 
Fixes 
Skylar Saveland db378d4515 fixes 4365 - Mac with cisco vpn client, GenericBsdIfconfigNetwork get_default_interfaces fails with index out of range
Cristobal Rosa 0cbb97bddc Added an space between code and comments in order to follow the coding standars
Cristobal Rosa 0b10e1d019 Added a new check to check whether an network interface is in promiscuous mode
James Cammarata a774f686f7 Merge branch 'obsd-fix-release' of https://github.com/johanwiren/ansible into johanwiren-obsd-fix-release
Dag Wieers b4cdd15843 Fix for commented dmidecode output
This patch fixes the problem that on some system dmidecode prints out warning information as commented text. For example:

    [user@system ~]# dmidecode -s system-manufacturer
    # SMBIOS implementations newer than version 2.6 are not
    # fully supported by this version of dmidecode.
    HP

So we remove all commented lines from the output.
James Cammarata 104535ac48 Merge branch 'devel' of https://github.com/drybjed/ansible into drybjed-devel
James Cammarata aadf8175c6 Modified env fact gathering to use the native python method
Also updated CHANGELOG for this feature
James Cammarata d16a382935 Merge branch 'env_facts' of https://github.com/bcoca/ansible into bcoca-env_facts
Maciej Delmanowski 669b345937 Made re.search string shorter
Maciej Delmanowski fa879a63a1 Add Linux Container identification
Johan Wirén 9120303446 Fixed setup module to no longer break on OpenBSD release versions.
James Cammarata 3d09c6441e Merge branch 'archlinux-fact' of https://github.com/Schnouki/ansible into Schnouki-archlinux-fact
r-p-e df746b4fb7 Add some more OpenBSD facts
added:
 * ansible_distribution
 * ansible_distribution_release
 * ansible_distribution_version
Thomas Jost 725dd43fca Add Archlinux "distribution" fact
Brian Coca 849d7b282b Added collection of user's env
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Marcin Płonka 4a43bb3b00 Skipping facts not available on AIX WPARs
shirou 26e6ac4340 supports nested values of ohai.
Michael Scherer bb9d0a9493 Add urpmi as a package manager for mandriva-based distribution
Michael DeHaan ecf074865f Continue on mount errors, don't fail the setup module.
Brian Coca 220fe24d39 use global to fail as its not in self
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca 7132f7e792 narrowed down exception we ignore and fail if any other unexpected one
crops up.
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca dd1ffce0a0 now won't throw exception if we don't have permission to stat a mtab
entry on linux (weird chromebook issue)
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Michael DeHaan 7dfafc6ec4 Merge pull request from johanwiren/bsd-ipv6-facts
Fix for populating default_ipv6 on BSD systems
Johan Wirén 3e765f7775 Updated GenericBsdIfconfigNetwork to collect gateway
Johan Wirén a03125e0cf Fix for populating default_ipv6 on BSD systems
Aaron Brady 34617476d0 Make the CPU facts Hyperthreading aware
Michael DeHaan da0e718698 Styling: semicolon
Michael DeHaan 936ad65726 Styling: blank lines
Patrick Callahan d76151d47b bug fix: modify get_device_facts to handle servers with multiple pci domains
On machines with multiple pci domains get_device_facts would fail to
find a matching pci device causing setup to fail. Also on some platforms
there is additional information between the pci information and 'host'.
Modified get_device_facts to call lspci with the -D option and modified
the regex to account for the pci domain and to be more selective.
Michael DeHaan 0596f474cf Merge pull request from toshywoshy/setup_mtab_without_bind
changed get_mount_facts to ignore mount types 'none'
Michael DeHaan 709d2aaa0d Merge pull request from chrisgardner/solaris-os-facts
Add Solaris O/S distribution facts
Michael DeHaan 1ea46e814d Merge pull request from skvidal/facts.d
first cut and docs for facts.d mechanism for setup module
Michael DeHaan ae223ae10f Merge pull request from melodous/devel
HP-UX virtualization facts
Michael DeHaan 9017919f16 Merge pull request from jpmens/sol-epoch
setup epoch time doesn't have tics on Python 2.6.4 (Solaris).
Seth Vidal 38b055143a cut and docs for facts.d mechanism for setup module
Raul Melo 866903ebbc HP-UX virtualization facts
Jan-Piet Mens 8bce89a616 setup epoch time doesn't have tics on Python 2.6.4 (Solaris).