pub async fn create_cfs_session(
infra: &InfraContext<'_>,
token: &str,
gitea_token: &str,
cfs_conf_sess_name: Option<&str>,
playbook_yaml_file_name_opt: Option<&str>,
hsm_group_opt: Option<&str>,
repo_name_vec: &[&str],
repo_last_commit_id_vec: &[&str],
ansible_limit_opt: Option<&str>,
ansible_verbosity: Option<&str>,
ansible_passthrough: Option<&str>,
) -> Result<(String, String), Error>Expand description
Resolve ansible-limit hosts to xnames and create a CFS session.
Returns (cfs_configuration_name, cfs_session_name).