base: Add lm_sensors to physical hosts
This commit is contained in:
parent
f7025a7a06
commit
226c624328
1 changed files with 9 additions and 0 deletions
|
@ -36,3 +36,12 @@
|
||||||
- sshd
|
- sshd
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: role
|
loop_var: role
|
||||||
|
|
||||||
|
- name: install roles for physical hardware
|
||||||
|
include_role:
|
||||||
|
name: "{{ role }}"
|
||||||
|
with_items:
|
||||||
|
- lm_sensors
|
||||||
|
loop_control:
|
||||||
|
loop_var: role
|
||||||
|
when: ansible_virtualization_role != "guest"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue