mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
10 lines
187 B
YAML
10 lines
187 B
YAML
|
boot_time_command:
|
||
|
freebsd: '/sbin/sysctl kern.boottime'
|
||
|
openbsd: '/sbin/sysctl kern.boottime'
|
||
|
macosx: 'who -b'
|
||
|
solaris: 'who -b'
|
||
|
sunos: 'who -b'
|
||
|
|
||
|
timeout_value:
|
||
|
solaris: 120
|