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

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

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