Initial ansible onboard
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
if grep -sqo rdrand /proc/cpuinfo; then
|
||||
echo "{ \"rdrand\" : true }"
|
||||
else
|
||||
echo "{ \"rdrand\" : false }"
|
||||
fi
|
||||
Reference in New Issue
Block a user