Commit Graph

118 Commits (0fefab66514ac10acaed754793df3106fca4c4a8)

Author SHA1 Message Date
Richard C Isaacson 154f123b7f setup module: Mark unsafe commands as use_unsafe_shell=True. 10 years ago
Ryan e4805fe411 add module param to Network & sub-classes
add module param to Network and sub-classes of Network, so that ansible 1.5.1 changes to LinuxNetwork apply to all Network classes.
10 years ago
Michael DeHaan c8db3c2db9 Revert "Fix issue#6430 by instantiating Network() with expected arguments"
This reverts commit 2a723e908e.
10 years ago
James Laska 2a723e908e Fix issue#6430 by instantiating Network() with expected arguments 10 years ago
Michael DeHaan fd9df5f429 Merge pull request #6372 from mriedelumab/devel
Returning 'NA' when no virtualization found
10 years ago
James Tanner ba0fec4f42 Force command action to not be executed by the shell unless specifically enabled 10 years ago
Matthew Riedel 5875d19f4d Returning 'NA' when no virtualization found 10 years ago
anatoly techtonik a48f0da9d8 setup: Fix KeyError: 'ipv4_secondaries' (issue #6274) 10 years ago
Brian Coca 68510ecda8 added better gentoo/funtoo support 10 years ago
Chris Church 1d6bdd451b Fix setup module to gather facts from PowerPC Macs. 11 years ago
Richard C Isaacson 7d670f8308 Merge remote-tracking branch 'berendt/fixing_permissions' into pull_4703 11 years ago
jctanner 6e39adb89e Merge pull request #5426 from lichesser/debian_release_4565
setup module: Partial fix for #4565, reporting Debian release version. Works only for Debian 7 and later
11 years ago
Michael DeHaan 1e6926b9ab Merge pull request #5528 from dverhelst/devel
Adding support for detecting RHEV Hypervisor in ansible_virtualization_type
11 years ago
James Tanner 86719ce77f Fixes #5040 setup module: do not add primary interface info to the secondary interface data 11 years ago
lichesser b49cb2e540 Partial fix for #4565. Works only for Debian 7 and later 11 years ago
Michael DeHaan aa8beadec3 Fix a documentation item. 11 years ago
jctanner 91f903eabe Merge pull request #4886 from sergeyhush/devel
fix when the system does not have lsb_release script, but has /etc/lsb_release file
11 years ago
Dimos Alevizos 8c73aa13e4 Minor changes to simplify code 11 years ago
Dimos Alevizos de4e4c54b9 Add get_dmi_facts in setup for FreeBSD systems using dmidecode 11 years ago
jctanner 5e336d7caf Merge pull request #5075 from gservat/patch-1
Added support for parsing in the SLES patch level correctly
11 years ago
gservat db2f41bdcb This change is meant to replace distribution_release, not version! 11 years ago
gservat 83f35a63dd Oops... fixed an error 11 years ago
Alfons Zitterbacke 5390ee9763 added AIX network facts 11 years ago
Alfons Zitterbacke cc783b3e1b added AIX network facts 11 years ago
James Tanner ad837709bd Addresses #5023 Fix import comments 11 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
James Tanner c050872458 Fixes #4796 handle unicodedecode errors from dmidecode output 11 years ago
gservat 13da2c3ac9 Added support for parsing in the SLES patch level correctly
On SLES, the setup module was returning the architecture as the distribution version (i.e. platform.dist() didn't quite return the right thing). This change checks for /etc/SuSE-release and grabs the second column in the third line as distribution_version.
11 years ago
Michael DeHaan f7c3975f21 Add version_added to all modules missing version_added information, the docs formatter will now
raise errors when omitted, updated changelog with new modules.
11 years ago
Sergey Sudakovich 4d0f374dbf compatible with python 2.4 11 years ago
James Tanner 7eadf78009 Merge pull request #4282 from cristobalrosa/ansible
Add a fact for checking if interface is in promiscuous mode.
11 years ago
Sergey Sudakovich 24ea5949bb fix when the system does not have lsb_release script, but has /etc/lsb_release file 11 years ago
James Tanner ce29c158a9 Address #4573 Check interface keys and return gracefully on solaris zones 11 years ago
Michael Scherer 3f0b3a71ca Fix #4702, make setup work on windows 11 years ago
Christian Berendt 2848cf34fc changing permissions of modules to 0644 11 years ago
Michael DeHaan d0904ded84 Merge pull request #4600 from earchibald/devel
Added ['date_time']['tz_offset'] using %z to get the time offset rather ...
11 years ago
Eugene Archibald 30eb5c7342 Fixed (broken) tab to (correct) spaces for indentation 11 years ago
Eugene Archibald 145c0b8be1 Added ['date_time']['tz_offset'] using %z to get the time offset rather than time zone. 11 years ago
Michael Scherer fc211ac1a0 setup module, replace ':' by '_' in interface name, fix #4586 11 years ago
Michael DeHaan 6ff4806b90 Merge branch 'devel' of git://github.com/shirou/ansible into devel 11 years ago
James Tanner b7f229d390 Second attempt at preventing ipv6 route enumeration on EL4 machines 11 years ago
James Tanner 4b1600aae5 Revert "Do not enumerate ipv6 routes in CentOS 4"
This reverts commit 5186c408f7.
11 years ago
James Tanner 5186c408f7 Do not enumerate ipv6 routes in CentOS 4 11 years ago
James Cammarata a2ac5d6df2 Better detection/categorization of ipv4 secondaries/virtual IPs
Fixes #3916
Fixes #3478
11 years ago
Skylar Saveland b47add0f32 fixes 4365 - Mac with cisco vpn client, GenericBsdIfconfigNetwork get_default_interfaces fails with index out of range 11 years ago
Cristobal Rosa 617f7bb0a0 Added an space between code and comments in order to follow the coding standars 11 years ago
Cristobal Rosa be279295b6 Added a new check to check whether an network interface is in promiscuous mode 11 years ago
James Cammarata 301a00ccf5 Merge branch 'obsd-fix-release' of https://github.com/johanwiren/ansible into johanwiren-obsd-fix-release 11 years ago
Dag Wieers 5bd7664fac 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.
11 years ago
James Cammarata a8fac7906d Merge branch 'devel' of https://github.com/drybjed/ansible into drybjed-devel 11 years ago