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
- Host: GitHub
- URL: https://github.com/cscfi/ansible-role-serial-console
- Owner: CSCfi
- Created: 2016-01-19T11:46:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T12:59:45.000Z (almost 7 years ago)
- Last Synced: 2025-02-25T00:28:39.699Z (over 1 year ago)
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 15
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
------------------