pub async fn create_role( ssh: &mut SshClient, role_name: &str, can_login: bool, is_superuser: bool, ) -> Result<()>
Create a role (user without login)