An open API service indexing awesome lists of open source software.

https://github.com/cscfi/ansible-role-serial-console

Configures a the serial console in Linux
https://github.com/cscfi/ansible-role-serial-console

Last synced: 9 months ago
JSON representation

Configures a the serial console in Linux

Awesome Lists containing this project

README

          

ansible-role-serial
=========

Add serial console output for the grub and kernel boot options (ttyS0,115200)

Requirements
------------

**HP**

ansible-role-hp-spp contains tools, hponcfg for changing iLO settings and conrep for BIOS.

Changes on an HP XL450 (SL4510 Apollo):

iLO4 changes:
- set Serial Command Line Interface to: 115200

BIOS changes (done with conrep, installed by ansible-role-hp-spp):

COM2
IRQ3
COM1
IRQ4

A reboot and iLO reset is needed.

**DELL**

This role also works on Dell servers.


ipmitool -H host.example.com -e ? -U user -P password -I lanplus sol activate

Settings that worked on a R430 iDRAC8:
- iDRAC Settings
- Network
- Enable IPMI over LAN
- Serial Over LAN
- Enable
- Baud Rate: 115.2 kbps
- Redirect Enabled

Role Variables
--------------

see defaults/main.yml

Dependencies
------------

Example Playbook
----------------

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
roles:
- { role: ansible-role-hp-serial }

License
-------

MIT

Author Information
------------------