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 |