Hi,
Verified in the doc that, redundant step asking user to set cephx to true has been removed and verified that by default cephx has been enabled.
$ cat group_vars/all.yml |grep cephx
#cephx: true
$ sudo ceph daemon /var/run/ceph/beta_2017-mon.magna009.asok config show |grep cephx
"auth_client_required": "cephx, none",
"auth_cluster_required": "cephx",
"auth_service_required": "cephx",
Moving to VERIFIED state.
Regards,
Vasishta