Set up top in Debian-like systems.
None
-
top_toprc_destinations: [default:{skell: dest: /etc/skel, current: dest: "{{ ansible_facts['env']['HOME'] }}"}]: Destinations to copy the toprc file to -
top_toprc_destinations.key: The identifier of the file (e.g.skel) -
top_toprc_destinations.key.dest: The remote path of the file to copy (e.g./etc/skel,/home/bar/.config/procps/toprc(for newer versions optop)) -
top_toprc_destinations.key.owner: The name of the user that should own the file (optional, defaultroot) -
top_toprc_destinations.key.group: The name of the group that should own the file (optional, defaultowner, thenroot) -
top_toprc_destinations.key.mode: The mode of the file, such as 0644 (optional, default0644) -
top_replace_toprc: [default:true]: Whether to overwrite existing toprc files
None
---
- hosts: all
roles:
- oefenweb.topMIT
Mischa ter Smitten
Are welcome!