Enable debug logging in virtualbmc
Change-Id: I706bc4047b13eafe5639fcddb31085677b91d8db
This commit is contained in:
parent
92ec342ce1
commit
112932d451
@ -173,6 +173,24 @@
|
|||||||
become: true
|
become: true
|
||||||
register: vbmcd_service_file
|
register: vbmcd_service_file
|
||||||
|
|
||||||
|
- name: create Virtual BMC configuration directory
|
||||||
|
file:
|
||||||
|
path: /etc/virtualbmc
|
||||||
|
state: directory
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0755
|
||||||
|
become: true
|
||||||
|
|
||||||
|
- name: write Virtual BMC configuration file
|
||||||
|
template:
|
||||||
|
src: virtualbmc.conf
|
||||||
|
dest: /etc/virtualbmc/virtualbmc.conf
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0600
|
||||||
|
become: true
|
||||||
|
|
||||||
- name: ensure Virtual BMC systemd service is started and enabled
|
- name: ensure Virtual BMC systemd service is started and enabled
|
||||||
systemd:
|
systemd:
|
||||||
name: vbmcd
|
name: vbmcd
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
[log]
|
||||||
|
debug = True
|
Loading…
x
Reference in New Issue
Block a user