add chaosknoten to hosts and new hypervisors group
All checks were successful
/ Ansible Lint (push) Successful in 1m47s

Also exclude that group from the tasks otherwise targeting all hosts.
This commit is contained in:
June 2025-02-16 02:34:14 +01:00
commit ff540126a1
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
3 changed files with 9 additions and 4 deletions

View file

@ -59,8 +59,8 @@
roles:
- prometheus_node_exporter
- name: Configure unattended upgrades
hosts: all
- name: Configure unattended upgrades for all non-hypervisors
hosts: all:!hypervisors
become: true
roles:
- role: debops.debops.unattended_upgrades