- Move all roles from playbooks/roles/ to roles/ - Update roles_path in ansible.cfg - Add cast user to common role - Create standalone podman role - Add semaphore role with Podman + Quadlet support
16 lines
541 B
YAML
16 lines
541 B
YAML
---
|
|
# ------------------------------------------------------------------------------
|
|
# FILE: roles/talosctl/defaults/main.yml
|
|
# DESCRIPTION: Default variables for talosctl installation.
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Pin to a specific version for reproducibility.
|
|
# Update this when upgrading the fastpass cluster.
|
|
talosctl_version: "v1.12.4"
|
|
|
|
# Architecture of the target host (amd64 or arm64)
|
|
talosctl_arch: "amd64"
|
|
|
|
# Where to install the binary
|
|
talosctl_install_dir: "/usr/local/bin"
|