Michael DeHaan
c914e9e462
Update setup module signature from merge commit.
11 years ago
Michael DeHaan
790a38e25d
Merge conflict.
11 years ago
Richard C Isaacson
9e9f43272a
setup module: Mark unsafe commands as use_unsafe_shell=True.
11 years ago
Ryan
3494d67f30
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.
11 years ago
Michael DeHaan
65c4e388eb
Revert "Fix issue#6430 by instantiating Network() with expected arguments"
...
This reverts commit 2a723e908e
.
11 years ago
James Laska
cb63352aff
Fix issue#6430 by instantiating Network() with expected arguments
11 years ago
Michael DeHaan
e767de4978
Merge pull request #6372 from mriedelumab/devel
...
Returning 'NA' when no virtualization found
11 years ago
James Tanner
fc33860e5d
Force command action to not be executed by the shell unless specifically enabled
11 years ago
Matthew Riedel
d21a8f6ddc
Returning 'NA' when no virtualization found
11 years ago
anatoly techtonik
63f0a644ac
setup: Fix KeyError: 'ipv4_secondaries' (issue #6274 )
11 years ago
Brian Coca
a7444f5178
added better gentoo/funtoo support
11 years ago
Chris Church
09b076e39c
Fix setup module to gather facts from PowerPC Macs.
11 years ago
Richard C Isaacson
cb8c462880
Merge remote-tracking branch 'berendt/fixing_permissions' into pull_4703
11 years ago
jctanner
9779206142
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
0fdcb8ea69
Merge pull request #5528 from dverhelst/devel
...
Adding support for detecting RHEV Hypervisor in ansible_virtualization_type
11 years ago
James Tanner
e2c7aeca4c
Fixes #5040 setup module: do not add primary interface info to the secondary interface data
11 years ago
lichesser
bab510f0c5
Partial fix for #4565 . Works only for Debian 7 and later
11 years ago
Michael DeHaan
05c755f2dc
Fix a documentation item.
11 years ago
jctanner
76c3055986
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
8cda18ec51
Minor changes to simplify code
11 years ago
Dimos Alevizos
34ff7e00a9
Add get_dmi_facts in setup for FreeBSD systems using dmidecode
11 years ago
jctanner
5040665cd0
Merge pull request #5075 from gservat/patch-1
...
Added support for parsing in the SLES patch level correctly
11 years ago
gservat
38ec5b0058
This change is meant to replace distribution_release, not version!
11 years ago
gservat
a8c9e2afd1
Oops... fixed an error
11 years ago
Alfons Zitterbacke
f37a217a33
added AIX network facts
11 years ago
Alfons Zitterbacke
f556151c56
added AIX network facts
11 years ago
James Tanner
4f9aadcc07
Addresses #5023 Fix import comments
11 years ago
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
James Tanner
0242f10781
Fixes #4796 handle unicodedecode errors from dmidecode output
11 years ago
gservat
3b6e9a07f6
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
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.
11 years ago
Sergey Sudakovich
8ecd617df8
compatible with python 2.4
11 years ago
James Tanner
73d36f84b1
Merge pull request #4282 from cristobalrosa/ansible
...
Add a fact for checking if interface is in promiscuous mode.
11 years ago
Sergey Sudakovich
ae9fd2172e
fix when the system does not have lsb_release script, but has /etc/lsb_release file
11 years ago
James Tanner
e62cbba1fc
Address #4573 Check interface keys and return gracefully on solaris zones
11 years ago
Michael Scherer
2865a1b074
Fix #4702 , make setup work on windows
11 years ago
Christian Berendt
8672ce9769
changing permissions of modules to 0644
11 years ago
Michael DeHaan
dcc1beab37
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
6599feac47
Fixed (broken) tab to (correct) spaces for indentation
11 years ago
Eugene Archibald
70c78eade0
Added ['date_time']['tz_offset'] using %z to get the time offset rather than time zone.
11 years ago
Michael Scherer
fa0d869ddd
setup module, replace ':' by '_' in interface name, fix #4586
11 years ago
Michael DeHaan
377b3f4b6f
Merge branch 'devel' of git://github.com/shirou/ansible into devel
11 years ago
James Tanner
4ce2a5f8df
Second attempt at preventing ipv6 route enumeration on EL4 machines
11 years ago
James Tanner
bee6b544f5
Revert "Do not enumerate ipv6 routes in CentOS 4"
...
This reverts commit 5186c408f7
.
11 years ago
James Tanner
879d20cac3
Do not enumerate ipv6 routes in CentOS 4
11 years ago
James Cammarata
85cd7f7500
Better detection/categorization of ipv4 secondaries/virtual IPs
...
Fixes #3916
Fixes #3478
11 years ago
Skylar Saveland
db378d4515
fixes 4365 - Mac with cisco vpn client, GenericBsdIfconfigNetwork get_default_interfaces fails with index out of range
11 years ago
Cristobal Rosa
0cbb97bddc
Added an space between code and comments in order to follow the coding standars
11 years ago
Cristobal Rosa
0b10e1d019
Added a new check to check whether an network interface is in promiscuous mode
11 years ago
James Cammarata
a774f686f7
Merge branch 'obsd-fix-release' of https://github.com/johanwiren/ansible into johanwiren-obsd-fix-release
11 years ago