Sha256: 9d0ed88be1a7b068eee9f84580df0f4f0ae6049a51fd39678013c1d386d9c0a4

Contents?: true

Size: 1.34 KB

Versions: 20

Compression:

Stored size: 1.34 KB

Contents

## htop

[![Build Status](https://travis-ci.org/Oefenweb/ansible-htop.svg?branch=master)](https://travis-ci.org/Oefenweb/ansible-htop) [![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-htop-blue.svg)](https://galaxy.ansible.com/list#/roles/1412)

Set up htop in Debian-like systems.

#### Requirements

None

#### Variables

* `htop_htoprc_destinations` [default: `{skell: dest: /etc/skel/.config/htop, current: dest: "{{ ansible_env.HOME }}/.config/htop"}`]: Destinations to copy the htoprc file to
* `htop_htoprc_destinations.key`: The identifier of the file (e.g. `skel`)
* `htop_htoprc_destinations.key.dest`: The remote path of the file to copy (e.g. `/etc/skel`)
* `htop_htoprc_destinations.key.owner`: The name of the user that should own the file (optional, default `root`)
* `htop_htoprc_destinations.key.group`: The name of the group that should own the file (optional, default `owner`, then `root`)
* `htop_htoprc_destinations.key.mode`: The mode of the file, such as 0644 (optional, default `0644`)

* `htop_replace_htoprc`: [default: `true`]: Whether or not to overwrite existing htoprc files

## Dependencies

None

#### Example

```yaml
---
- hosts: all
  roles:
  - htop
```

#### License

MIT

#### Author Information

Mischa ter Smitten

#### Feedback, bug-reports, requests, ...

Are [welcome](https://github.com/Oefenweb/ansible-htop/issues)!

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
taperole-1.7.1 vendor/tersmitten.htop/README.md
taperole-1.7.0 vendor/tersmitten.htop/README.md
taperole-1.6.0 vendor/tersmitten.htop/README.md
taperole-1.5.5 vendor/tersmitten.htop/README.md
taperole-1.5.4 vendor/tersmitten.htop/README.md
taperole-1.5.3 vendor/tersmitten.htop/README.md
taperole-1.5.2 vendor/tersmitten.htop/README.md
taperole-1.5.1 vendor/tersmitten.htop/README.md
taperole-1.5.0 vendor/tersmitten.htop/README.md
taperole-1.4.3 vendor/tersmitten.htop/README.md
taperole-1.4.2 vendor/tersmitten.htop/README.md
taperole-1.4.1 vendor/tersmitten.htop/README.md
taperole-1.4.0 vendor/tersmitten.htop/README.md
taperole-1.3.6 vendor/tersmitten.htop/README.md
taperole-1.3.5 vendor/tersmitten.htop/README.md
taperole-1.3.4 vendor/tersmitten.htop/README.md
taperole-1.3.3 vendor/tersmitten.htop/README.md
taperole-1.3.2 vendor/tersmitten.htop/README.md
taperole-1.3.1 vendor/tersmitten.htop/README.md
taperole-1.3.0 vendor/tersmitten.htop/README.md