I’ve tried to gather facts with the setup module from my machine with a
SmartOS zone and I get back the facts, but some are wrong and I am quite
sure that this was *not* the case in the past.
Here are the most obvious errors:
> ansible vm-01.local -i hosts/dev -u root -m setup
vm-01.local | success >> {
"ansible_facts": {
"ansible_distribution": "NA",
"ansible_distribution_major_version": "NA",
"ansible_distribution_release": "NA",
"ansible_distribution_version": "NA",
"ansible_os_family": "NA",
"ansible_pkg_mgr": "macports",
},
"changed": false
}
--
Giorgio Valoti