Remove GRUB config from base role
This is not actually ideal.
This commit is contained in:
parent
4666db17cb
commit
e53342474c
|
@ -527,14 +527,6 @@
|
||||||
mode: 0755
|
mode: 0755
|
||||||
tags: base-backups
|
tags: base-backups
|
||||||
|
|
||||||
- name: install GRUB configuration
|
|
||||||
template:
|
|
||||||
src: etc/default/grub.j2
|
|
||||||
dest: /etc/default/grub
|
|
||||||
notify:
|
|
||||||
- update grub
|
|
||||||
tags: base-grub
|
|
||||||
|
|
||||||
- name: install IPMI network interfaces fragment
|
- name: install IPMI network interfaces fragment
|
||||||
template:
|
template:
|
||||||
src: etc/network/interfaces.d/ipmi.j2
|
src: etc/network/interfaces.d/ipmi.j2
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
# GRUB configuration
|
|
||||||
# {{ ansible_managed }}
|
|
||||||
GRUB_DEFAULT=0
|
|
||||||
GRUB_TIMEOUT=5
|
|
||||||
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
|
|
||||||
GRUB_CMDLINE_LINUX_DEFAULT="{{ grub_cmdline_default }}"
|
|
||||||
GRUB_CMDLINE_LINUX=""
|
|
||||||
GRUB_TERMINAL_INPUT="console serial"
|
|
||||||
GRUB_TERMINAL_OUTPUT="gfxterm serial"
|
|
||||||
GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200"
|
|
Loading…
Reference in New Issue