diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-04 20:09:31 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-04 20:09:31 +0100 |
commit | e02cf37430f92859a0f4b644af6d2665847c3997 (patch) | |
tree | b12dbed1e7d6d0dea1d365f23bcec2f0f9cf3337 /ansible | |
parent | 0182fe51736e7610d4a63fe6767d08ffe5c5938c (diff) |
opentofu: Incr. nb of k3s workers + remove ansible custom module
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/inventory.proxmox.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/inventory.proxmox.yaml b/ansible/inventory.proxmox.yaml index 10b8353..cd0699b 100644 --- a/ansible/inventory.proxmox.yaml +++ b/ansible/inventory.proxmox.yaml @@ -20,7 +20,7 @@ proxmox_usable: (proxmox_status == "running") # Group VMs by tags for reference in playbooks. keyed_groups: - # proxmox_tags_parsed is an example of a fact only returned when 'want_facts=true' + # proxmox_tags_parsed is only returned when 'want_facts=true' - key: proxmox_tags_parsed separator: "" prefix: "tag_" |