|
|
@ -10,19 +10,23 @@
|
|
|
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
# configure /usr/lib/udev/rules.d/80-hotplug-cpu-mem.rules
|
|
|
|
# configure /usr/lib/udev/rules.d/80-hotplug-cpu-mem.rules
|
|
|
|
- name: configure /usr/lib/udev/rules.d/80-hotplug-cpu-mem.rules file
|
|
|
|
- name: configure /usr/lib/udev/rules.d/80-hotplug-cpu-mem.rules file
|
|
|
|
lineinfile:
|
|
|
|
template:
|
|
|
|
|
|
|
|
src: udev.j2
|
|
|
|
path: "{{ path_hot_plug_udev }}"
|
|
|
|
path: "{{ path_hot_plug_udev }}"
|
|
|
|
line: "{{ line_hot_plug_udev }}"
|
|
|
|
owner: root
|
|
|
|
create: yes
|
|
|
|
group: root
|
|
|
|
|
|
|
|
mode: '0644'
|
|
|
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
|
|
|
|
|
|
|
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
# configure /etc/default/grub.d/hotplug.cfg
|
|
|
|
# configure /etc/default/grub.d/hotplug.cfg
|
|
|
|
- name: configure /etc/default/grub.d/hotplug.cfg file
|
|
|
|
- name: configure /etc/default/grub.d/hotplug.cfg file
|
|
|
|
lineinfile:
|
|
|
|
template:
|
|
|
|
|
|
|
|
src: grub.j2
|
|
|
|
path: "{{ path_hot_plug_grub }}"
|
|
|
|
path: "{{ path_hot_plug_grub }}"
|
|
|
|
line: "{{ line_hot_plug_grub }}"
|
|
|
|
owner: root
|
|
|
|
create: yes
|
|
|
|
group: root
|
|
|
|
|
|
|
|
mode: '0644'
|
|
|
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
|
|
|
|
|
|
|
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|