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:
parent
4349006d51
commit
ceb5c4ad27
6 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
- name: Deploy CPU Temperature Monitoring
|
||||
hosts: nodito_host
|
||||
hosts: hypervisor
|
||||
become: yes
|
||||
vars_files:
|
||||
- ../infra_vars.yml
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
- name: Bootstrap Nodito SSH Key Access
|
||||
hosts: nodito_host
|
||||
hosts: hypervisor
|
||||
become: true
|
||||
vars_files:
|
||||
- ../infra_vars.yml
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
- name: Switch Proxmox VE from Enterprise to Community Repositories
|
||||
hosts: nodito_host
|
||||
hosts: hypervisor
|
||||
become: true
|
||||
vars_files:
|
||||
- ../infra_vars.yml
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
- name: Create Proxmox template from Debian cloud image (no VM clone)
|
||||
hosts: nodito_host
|
||||
hosts: hypervisor
|
||||
become: true
|
||||
vars_files:
|
||||
- ../../infra_vars.yml
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
- name: Setup NUT (Network UPS Tools) for CyberPower UPS
|
||||
hosts: nodito_host
|
||||
hosts: hypervisor
|
||||
become: true
|
||||
vars_files:
|
||||
- ../../infra_vars.yml
|
||||
|
|
@ -251,7 +251,7 @@
|
|||
|
||||
|
||||
- name: Setup UPS Heartbeat Monitoring with Uptime Kuma
|
||||
hosts: nodito
|
||||
hosts: hypervisor
|
||||
become: true
|
||||
vars_files:
|
||||
- ../../infra_vars.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue