create_role

Function create_role 

Source
pub async fn create_role(
    ssh: &mut SshClient,
    role_name: &str,
    can_login: bool,
    is_superuser: bool,
) -> Result<()>
Expand description

Create a role (user without login)