The boolean data type contains a true or false value. The values yes, on, and 1 evaluate to true. The values no, off, and 0 evaluate to false.
yes
on
1
no
off
0
status_server = yes