Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-screen
Ansible role to set up screen in Debian-like systems
https://github.com/oefenweb/ansible-screen
ansible debian screen terminal ubuntu
Last synced: about 1 month ago
JSON representation
Ansible role to set up screen in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-screen
- Owner: Oefenweb
- License: mit
- Created: 2014-08-19T10:54:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T10:01:44.000Z (2 months ago)
- Last Synced: 2024-10-31T11:16:55.383Z (2 months ago)
- Topics: ansible, debian, screen, terminal, ubuntu
- Language: Dockerfile
- Size: 92.8 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## screen
[![CI](https://github.com/Oefenweb/ansible-screen/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-screen/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-screen-blue.svg)](https://galaxy.ansible.com/Oefenweb/screen)Set up screen in Debian-like systems.
#### Requirements
None
#### Variables
* `screen_screenrc_destinations`: [default: `{skell: dest: /etc/skel, current: dest: "{{ ansible_env.HOME }}"}`]: Destinations to copy the screenrc file to
* `screen_screenrc_destinations.key`: The identifier of the file (e.g. `skel`)
* `screen_screenrc_destinations.key.dest`: The remote path of the file to copy (e.g. `/etc/skel`)
* `screen_screenrc_destinations.key.owner`: The name of the user that should own the file (optional, default `root`)
* `screen_screenrc_destinations.key.group`: The name of the group that should own the file (optional, default `owner`, then `root`)
* `screen_screenrc_destinations.key.mode`: The mode of the file, such as 0644 (optional, default `0644`)* `screen_startup_message`: [default: `false`]: Whether or not to show the copyright notice during startup
* `screen_autodetach`: [default: `true`]: Whether or not to automatically detach the session on SIGHUP
* `screen_vbell`: [default: `false`]: Whether or not to use visual bell
* `screen_defscrollback`: [default: `1000`]: Default lines of scrollback
* `screen_termcapinfo`: [optional]: Use this to modify your terminal's termcap entry without going through all the hassles involved in creating a custom termcap entry (e.g. `xterm* ti@:te@`)## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.screen
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-screen/issues)!