You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could probably use jq or jsonpath to compare newly dumped facts and see if they are different. This needs a list of values that are expected to change on each run and can be ignored (but can not be removed).
Starting list:
disks.*.serial
dmi.product.uuid
hypervisors.virtualbox.* (as long as it is not removed)
load_averages
memory.system.available*
memory.system.capacityy
memory.system.used*
memoryfree*
mountpoints.*.available*
mountpoints.*.capacity
mountpoints.*.used*
processor*
processors.models.*
processors.speed
ssh.*.fingerprints.*
ssh*key
sshfp_*
system_uptime.*
uptime
uptime_seconds
uuid
The text was updated successfully, but these errors were encountered:
We could probably use
jq
orjsonpath
to compare newly dumped facts and see if they are different. This needs a list of values that are expected to change on each run and can be ignored (but can not be removed).Starting list:
disks.*.serial
dmi.product.uuid
hypervisors.virtualbox.*
(as long as it is not removed)load_averages
memory.system.available*
memory.system.capacityy
memory.system.used*
memoryfree*
mountpoints.*.available*
mountpoints.*.capacity
mountpoints.*.used*
processor*
processors.models.*
processors.speed
ssh.*.fingerprints.*
ssh*key
sshfp_*
system_uptime.*
uptime
uptime_seconds
uuid
The text was updated successfully, but these errors were encountered: