community.general/lib/ansible
Stefan Siegel ae7b9ea8cd Always use /proc/sys/kernel/random/boot_id to confirm reboot on Linux (#47017)
* Always use /proc/sys/kernel/random/boot_id to confirm reboot on Linux

/proc/sys/kernel/random/boot_id is available since kernel 2.3.16 and
should be safe to rely on.

The previously used method by checking the system boot time using who -b
turned out to be unreliable: Some systems lacking an RTC report the Unix
epoch as boot time, but the code trying to detect that did't always
work.

Closes #46562

* Change DEFAULT_BOOT_TIME_COMMAND

- change to usinsg /proc by default
- add BOOT_TIME_COMMANDS for BSD, Solaris, and macOS
2018-11-08 09:54:58 -05:00
..
cli make inventory warnings a bit smarter (#46284) 2018-11-07 11:09:32 -05:00
compat Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
config Add toml inventory plugin (#41593) 2018-11-06 10:02:36 -06:00
errors Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
executor Support list of dicts with omit. Fixes #45907 (#45923) 2018-11-07 13:41:22 -06:00
galaxy ansible-galaxy: fix searching with unicode 2018-10-18 14:59:03 -04:00
inventory make inventory warnings a bit smarter (#46284) 2018-11-07 11:09:32 -05:00
module_utils aix_facts: statvfs works on AIX too so make use of it (#46759) 2018-11-07 18:21:26 -05:00
modules ovirt_vm: Add option to apply the configuration change on "Next Run" (#48286) 2018-11-08 07:15:45 -05:00
parsing Set the default metadata 2018-10-31 10:41:46 -07:00
playbook conditional: fix direct boolean "shortcut" (#47941) 2018-11-07 21:33:54 +01:00
plugins Always use /proc/sys/kernel/random/boot_id to confirm reboot on Linux (#47017) 2018-11-08 09:54:58 -05:00
template Do not strip new lines in native jinja (#46751) 2018-10-19 00:14:43 +02:00
utils Doc: k8s_raw_module fixing typo K8S_AUTH_HOST -> K8S_AUTH_KEY_FILE (#46947) 2018-11-05 12:13:57 -05:00
vars Fix return statement where we short circuit _get_delegated_vars (#48102) 2018-11-05 12:28:34 -06:00
__init__.py
constants.py Update ansible-doc for invariants in the metadata/plugin_doc api 2018-10-31 10:41:46 -07:00
release.py Codename: How Many More Times 2018-09-04 12:38:29 -04:00