Add rhel6 serial config file/task
This commit is contained in:
parent
9c14bd50f2
commit
5c6ba16f97
3 changed files with 14 additions and 0 deletions
7
tasks/serialgetty.yml
Normal file
7
tasks/serialgetty.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
|
||||
- name: upstart serial setup
|
||||
action: copy src=$files/common/ttyS0.conf dest=/etc/init/ttyS0.conf
|
||||
only_if: '$is_rhel'
|
||||
tags:
|
||||
- configs
|
Loading…
Add table
Add a link
Reference in a new issue