https://github.com/cesnet/ansible-role-work-env
Ansible role for setting working environment on Debian command line
https://github.com/cesnet/ansible-role-work-env
Last synced: about 2 months ago
JSON representation
Ansible role for setting working environment on Debian command line
- Host: GitHub
- URL: https://github.com/cesnet/ansible-role-work-env
- Owner: CESNET
- License: apache-2.0
- Created: 2024-05-28T12:42:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-07T12:54:04.000Z (8 months ago)
- Last Synced: 2026-01-12T23:32:13.153Z (2 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cesnet.work_env
=========
Role for setting Debian command-line environment.
* installs Czech locale and timezone
* installs vim, locate, htop, micro, zsh
* creates .bashrc which sets prompt and terminal title to show current working directory and hostname
* created .zshrc as recommended at https://wiki.debian.org/Zsh
* sets vim to remember position in each file
* sets htop to hide user threads
Requirements
------------
--
Role Variables
--------------
--
Dependencies
------------
--
Example Playbook
----------------
```yaml
- hosts: all
roles:
- cesnet.work_env
```
License
-------
Apache
Author Information
------------------
Martin Kuba, CESNET