28 lines
561 B
YAML
28 lines
561 B
YAML
- copy:
|
|
src: files/Lib_Utils-1.00-09.noarch.rpm
|
|
dest: /tmp/Lib_Utils-1.00-09.noarch.rpm
|
|
|
|
- yum:
|
|
name: /tmp/Lib_Utils-1.00-09.noarch.rpm
|
|
state: present
|
|
|
|
- copy:
|
|
src: files/MegaCli-8.04.07-1.noarch.rpm
|
|
dest: /tmp/MegaCli-8.04.07-1.noarch.rpm
|
|
|
|
- yum:
|
|
name: /tmp/MegaCli-8.04.07-1.noarch.rpm
|
|
state: present
|
|
|
|
- copy:
|
|
src: files/megaclisas-status
|
|
dest: /usr/sbin/megaclisas-status
|
|
owner: root
|
|
group: root
|
|
mode: 0700
|
|
|
|
- file:
|
|
src: /opt/MegaRAID/MegaCli/MegaCli64
|
|
dest: /usr/sbin/megacli
|
|
state: link
|