base: Install more hw utils to physical hosts
This commit is contained in:
parent
d77fb9a087
commit
fdc22fcf6c
1 changed files with 10 additions and 0 deletions
|
@ -81,6 +81,16 @@
|
|||
- vim-enhanced # working vi :)
|
||||
- xterm # resize
|
||||
|
||||
- name: Install packages for physical hardware
|
||||
ansible.builtin.package:
|
||||
name: "{{ item }}"
|
||||
state: installed
|
||||
with_items:
|
||||
- pciutils
|
||||
- powertop
|
||||
when:
|
||||
- ansible_virtualization_role == "host"
|
||||
|
||||
- name: Install el7/el8 packages
|
||||
ansible.builtin.package:
|
||||
name: "{{ item }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue