Skip to content

Commit

Permalink
Merge pull request #46 from mila-iqia/fix/ha_multi_groups
Browse files Browse the repository at this point in the history
fix: Set default value for proxmox_ha_resources
  • Loading branch information
btravouillon authored Nov 8, 2024
2 parents d7aa42e + ea4357e commit bcc79f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions roles/ha/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@
# certs. Make this a default for use with other modules like
# `ansible.builtin.uri` (used for API calls)
proxmox_api_validate_certs: false

# Assign members to HA groups
# proxmox_ha_resources:
# - group: "HA_all"
# members:
# - "vm:110"
# - "vm:108"
# - group: "HA_vn-b"
# members:
# - "ct:200"
# - "ct:202"
proxmox_ha_resources: []

0 comments on commit bcc79f0

Please sign in to comment.