https://github.com/oefenweb/ansible-htop
Ansible role to set up htop in Debian-like systems
https://github.com/oefenweb/ansible-htop
ansible debian htop monitoring ubuntu
Last synced: 3 months ago
JSON representation
Ansible role to set up htop in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-htop
- Owner: Oefenweb
- License: mit
- Created: 2014-08-19T10:53:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:03:54.000Z (almost 2 years ago)
- Last Synced: 2023-11-02T11:37:06.025Z (almost 2 years ago)
- Topics: ansible, debian, htop, monitoring, ubuntu
- Language: Dockerfile
- Size: 91.8 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## htop
[](https://github.com/Oefenweb/ansible-htop/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/htop)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:
- oefenweb.htop
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-htop/issues)!