forked from tim/k3s-ansible
10bde4eff0
- reuse validated runner-owned Vagrant linked-clone masters\n- create the default guests in bounded two-machine batches\n- capture create timing and runner utilization diagnostics
5 lines
67 B
Bash
Executable File
5 lines
67 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -Eeuo pipefail
|
|
[[ "${1:-}" =~ ^[0-9]+$ ]]
|