pub fn run_playbook(
config: &FleetConfig,
targets: &[String],
playbook: &str,
env_name: &str,
check_mode: bool,
max_parallel: usize,
) -> Result<DagReport>Expand description
Run a playbook against target hosts with a nix-built ansible environment.