Brian Coca
|
c3e559b914
|
should now work with versions older than 8.4
|
2014-04-21 21:00:58 -04:00 |
|
faust64
|
78b9a11ccf
|
Update facts.py
Fixes #7093 --devel
|
2014-04-21 19:44:47 +02:00 |
|
James Cammarata
|
39c6141b4a
|
Merge pull request #7082 from bcoca/freebsd_mtu_fix
fixed issue with FreeBSD network facts
|
2014-04-21 10:53:22 -05:00 |
|
Brian Coca
|
e5f297697a
|
ifconfig changed on FreeBSD, tested this on 8,9 and 10 latest stable
versions and it now works
|
2014-04-19 22:03:30 -04:00 |
|
Brian Coca
|
bc23926f42
|
fixed ETIME issue on FreeBSD 8 through 10, which broke all fact
gathering
|
2014-04-19 21:42:56 -04:00 |
|
James Cammarata
|
eebc72ab9b
|
Add a timeout decorator for timing out functions that may hang
Fixes #6891
|
2014-04-08 13:21:42 -05:00 |
|
Eric Lake
|
7f9736198a
|
add distribution_major_version to fact gathering
|
2014-04-04 11:41:20 -05:00 |
|
Michael DeHaan
|
9921f804f9
|
Merge pull request #6643 from herbygillot/fact-full-hostname
Add a fact providing the full hostname, without the domain portion
|
2014-03-27 17:09:34 -04:00 |
|
Herby Gillot
|
94297950a0
|
Name platform.node() fact as "nodename"
|
2014-03-25 11:20:19 -04:00 |
|
Jonathan Mainguy
|
b17b5ad85b
|
Added ansible_date_time.weekday as a fact. This returns Monday,Tuesday,Wednesday,Thursday,Friday,Saturday, or Sunday depending on the remote servers time. Useful for backups the way I use it
|
2014-03-24 13:43:00 -04:00 |
|
Herby Gillot
|
c0886a5f3a
|
Add a fact providing the full hostname, without the domain portion
truncated.
|
2014-03-23 21:59:47 -04:00 |
|
Michael DeHaan
|
b0dbc61d63
|
Move facts to 'module_utils' so they can be referenced by other modules. Note unlike other module_utils/ dirs this keeps the original
license -- so usage of facts code in modules will be limited to GPLv3 modules.
|
2014-03-16 16:12:02 -04:00 |
|