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
James Cammarata
a774f686f7
Merge branch 'obsd-fix-release' of https://github.com/johanwiren/ansible into johanwiren-obsd-fix-release
11 years ago
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.
11 years ago
James Cammarata
104535ac48
Merge branch 'devel' of https://github.com/drybjed/ansible into drybjed-devel
11 years ago
James Cammarata
aadf8175c6
Modified env fact gathering to use the native python method
...
Also updated CHANGELOG for this feature
11 years ago
James Cammarata
d16a382935
Merge branch 'env_facts' of https://github.com/bcoca/ansible into bcoca-env_facts
11 years ago
Maciej Delmanowski
669b345937
Made re.search string shorter
11 years ago
Maciej Delmanowski
fa879a63a1
Add Linux Container identification
11 years ago
Johan Wirén
9120303446
Fixed setup module to no longer break on OpenBSD release versions.
11 years ago
James Cammarata
3d09c6441e
Merge branch 'archlinux-fact' of https://github.com/Schnouki/ansible into Schnouki-archlinux-fact
11 years ago
r-p-e
df746b4fb7
Add some more OpenBSD facts
...
added:
* ansible_distribution
* ansible_distribution_release
* ansible_distribution_version
11 years ago
Thomas Jost
725dd43fca
Add Archlinux "distribution" fact
11 years ago
Brian Coca
849d7b282b
Added collection of user's env
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Marcin Płonka
4a43bb3b00
Skipping facts not available on AIX WPARs
11 years ago
Michael Scherer
bb9d0a9493
Add urpmi as a package manager for mandriva-based distribution
11 years ago
Michael DeHaan
ecf074865f
Continue on mount errors, don't fail the setup module.
11 years ago
Brian Coca
220fe24d39
use global to fail as its not in self
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
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>
11 years ago
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>
11 years ago
Michael DeHaan
7dfafc6ec4
Merge pull request #3496 from johanwiren/bsd-ipv6-facts
...
Fix for populating default_ipv6 on BSD systems
12 years ago
Johan Wirén
3e765f7775
Updated GenericBsdIfconfigNetwork to collect gateway
12 years ago
Johan Wirén
a03125e0cf
Fix for populating default_ipv6 on BSD systems
12 years ago
Aaron Brady
34617476d0
Make the CPU facts Hyperthreading aware
12 years ago
Michael DeHaan
da0e718698
Styling: semicolon
12 years ago
Michael DeHaan
936ad65726
Styling: blank lines
12 years ago
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.
12 years ago
Michael DeHaan
0596f474cf
Merge pull request #3147 from toshywoshy/setup_mtab_without_bind
...
changed get_mount_facts to ignore mount types 'none'
12 years ago
Michael DeHaan
709d2aaa0d
Merge pull request #3120 from chrisgardner/solaris-os-facts
...
Add Solaris O/S distribution facts
12 years ago
Michael DeHaan
1ea46e814d
Merge pull request #3228 from skvidal/facts.d
...
first cut and docs for facts.d mechanism for setup module
12 years ago
Michael DeHaan
ae223ae10f
Merge pull request #3181 from melodous/devel
...
HP-UX virtualization facts
12 years ago
Michael DeHaan
9017919f16
Merge pull request #3176 from jpmens/sol-epoch
...
setup epoch time doesn't have tics on Python 2.6.4 (Solaris).
12 years ago
Seth Vidal
38b055143a
cut and docs for facts.d mechanism for setup module
12 years ago
Raul Melo
866903ebbc
HP-UX virtualization facts
12 years ago
Jan-Piet Mens
8bce89a616
setup epoch time doesn't have tics on Python 2.6.4 (Solaris).
12 years ago
Jan-Piet Mens
846b48655b
Protect None value in setup module
12 years ago
Toshaan Bharvani
bf6bd10797
changed get_mount_facts to ignore mount types 'none'
12 years ago
Raul Melo
4c5d32f958
Facts for HP-UX
12 years ago
Chris Gardner
28cc0119a1
Use first line from /etc/release in "distribution_release" for consistency across Solaris and derivatives.
12 years ago
Chris Gardner
3bdf742d50
Add Solaris O/S facts "distribution" and "distribution_*"
12 years ago
Michael DeHaan
3012d269ff
pep8 fixes
12 years ago
Michael DeHaan
373e4ee7d4
Merge pull request #3083 from mvo5/feature/facts-add-statvfs
...
add "size_{total,free}" to the "mount" facts
12 years ago
Michael DeHaan
3765f4e400
Merge pull request #3076 from mmoya/userspace-arch-facts
...
Provide userspace_{architecture,bits} facts
12 years ago
Michael DeHaan
82f319d717
Merge branch 'solaris-network-facts' of git://github.com/chrisgardner/ansible into devel
12 years ago
Stephen Fromm
44cdd2dc0f
cleanup to dmi fact discovery
...
When invoking dmidecode, first use module.get_bin_path() and secondly
use module.run_command.
Remove sub function execute() from get_dmi_facts().
Simplify get_dmi_facts() by only using two mechanisms to determine dmi
facts: first try /sys/devices/virtual/dmi and if not available, use
dmidecode executable.
12 years ago
Michael DeHaan
291cd0b0c4
Merge pull request #3044 from chrisgardner/solaris_facts
...
Solaris facts
12 years ago
Michael Vogt
fcfc9f5194
use statvfs.f_bavail to match the output of "df -B1"
12 years ago
Michael Vogt
fc3631b684
add "size_{total,free}" to the "mount" facts
12 years ago