community.general/lib/ansible
Patrik Lundin b4f338bca7 Add OpenBSD virtualization facts. (#17227)
* Add OpenBSD virtualization facts.

Patch written by @jasperla.

Tested by various people on:
- virtualbox
- vmware esx(i) + fusion
- kvm (smartos + plain linux + a random cloud provider)

This patch is already present in the OpenBSD port of ansible.

* Rework diff to get rid of extra returns.

Requested by @bcoca.

While here, use four-space indentations of all code blocks.

* Set facts even if no match is found.

Discussed with @bcoca.

* Find sysctl via get_bin_path().

Requested by @bcoca.

* Fail if we do not find a sysctl binary.

* Do not fail if a sysctl binary is not found.

Just set empty fact values instead.
Requested by @bcoca.
2016-08-26 11:27:41 -04:00
..
cli Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 2016-08-25 07:30:03 -07:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Fix some typos (#16498) 2016-06-29 14:31:25 -04:00
executor Use post_validated play for serial calculations in TQM 2016-08-25 17:50:22 -05:00
galaxy Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 2016-08-25 07:30:03 -07:00
inventory The former match for a section header included hosts that began with a range. (#17225) 2016-08-24 13:57:35 -04:00
module_utils Add OpenBSD virtualization facts. (#17227) 2016-08-26 11:27:41 -04:00
modules Update core submodule to pull in lineinfile py3 fix 2016-08-26 01:07:00 -07:00
parsing Implement vault encrypted yaml variables. (#16274) 2016-08-23 20:03:11 -04:00
playbook Fix wrong error class (#17259) 2016-08-26 08:53:28 -04:00
plugins Make _display_plugin_load much less noisy 2016-08-26 20:28:58 +05:30
template Implement vault encrypted yaml variables. (#16274) 2016-08-23 20:03:11 -04:00
utils initial add of shared modules for supporting Nokia SROS devices 2016-08-25 11:47:00 -04:00
vars Don't use an unset playbook basedir when searching for hostgroup vars 2016-08-17 16:28:48 -05:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py * Fix race in creating temp directories pre-fork (#16965) 2016-08-04 19:35:36 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00