diff --git a/ansible/infra/430_cpu_temp_alerts.yml b/ansible/infra/430_cpu_temp_alerts.yml index 3b87102..b06f0b6 100644 --- a/ansible/infra/430_cpu_temp_alerts.yml +++ b/ansible/infra/430_cpu_temp_alerts.yml @@ -1,5 +1,5 @@ - name: Deploy CPU Temperature Monitoring - hosts: nodito_host + hosts: hypervisor become: yes vars_files: - ../infra_vars.yml diff --git a/ansible/infra/nodito/30_proxmox_bootstrap_playbook.yml b/ansible/infra/nodito/30_proxmox_bootstrap_playbook.yml index 02c6679..86f693f 100644 --- a/ansible/infra/nodito/30_proxmox_bootstrap_playbook.yml +++ b/ansible/infra/nodito/30_proxmox_bootstrap_playbook.yml @@ -1,5 +1,5 @@ - name: Bootstrap Nodito SSH Key Access - hosts: nodito_host + hosts: hypervisor become: true vars_files: - ../infra_vars.yml diff --git a/ansible/infra/nodito/31_proxmox_community_repos_playbook.yml b/ansible/infra/nodito/31_proxmox_community_repos_playbook.yml index b0be2ef..378a674 100644 --- a/ansible/infra/nodito/31_proxmox_community_repos_playbook.yml +++ b/ansible/infra/nodito/31_proxmox_community_repos_playbook.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 diff --git a/ansible/infra/nodito/32_zfs_pool_setup_playbook.yml b/ansible/infra/nodito/32_zfs_pool_setup_playbook.yml index cb72328..2939ce8 100644 --- a/ansible/infra/nodito/32_zfs_pool_setup_playbook.yml +++ b/ansible/infra/nodito/32_zfs_pool_setup_playbook.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 diff --git a/ansible/infra/nodito/33_proxmox_debian_cloud_template.yml b/ansible/infra/nodito/33_proxmox_debian_cloud_template.yml index e8f8332..3b687ee 100644 --- a/ansible/infra/nodito/33_proxmox_debian_cloud_template.yml +++ b/ansible/infra/nodito/33_proxmox_debian_cloud_template.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 diff --git a/ansible/infra/nodito/34_nut_ups_setup_playbook.yml b/ansible/infra/nodito/34_nut_ups_setup_playbook.yml index 02468d5..6b366ba 100644 --- a/ansible/infra/nodito/34_nut_ups_setup_playbook.yml +++ b/ansible/infra/nodito/34_nut_ups_setup_playbook.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