infra/nodito: target hypervisor group instead of nodito_host/nodito

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
counterweight 2026-09-11 21:56:24 +02:00
parent 4349006d51
commit ceb5c4ad27
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
6 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
- name: Setup ZFS RAID 1 Pool for Proxmox Storage
hosts: nodito_host
hosts: hypervisor
become: true
vars_files:
- ../infra_vars.yml
@ -172,7 +172,7 @@
when: "'ONLINE' not in final_zfs_status.stdout"
- name: Setup ZFS Pool Health Monitoring and Monthly Scrubs
hosts: nodito
hosts: hypervisor
become: true
vars_files:
- ../../infra_vars.yml