add chaosknoten to hosts and new hypervisors group
All checks were successful
/ Ansible Lint (push) Successful in 1m47s
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:
parent
61cd5053d0
commit
ff540126a1
3 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue