refactor: consolidate all roles into ansible/roles/ and update ansible.cfg
- 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
This commit is contained in:
15
ansible/roles/talosctl/defaults/main.yml
Normal file
15
ansible/roles/talosctl/defaults/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# ------------------------------------------------------------------------------
|
||||
# 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"
|
||||
Reference in New Issue
Block a user