avnes.conky

ansible-role-conky

Ansible

Ansible-Rolle zur Installation von Conky und zur Durchführung grundlegender Einstellungen und Konfigurationen. Die grundlegende .conkyrc wurde von [doyousketch2] (https://gist.github.com/doyousketch2/c0088f3827025ee037735f156e2c903c) kopiert und leicht angepasst.

Anforderungen

Poetry. Installieren Sie es von https://python-poetry.org/docs/

Rollenvariablen

config_owner:
  String (pflicht) um den Linux-Benutzer anzugeben, für den Conky eingerichtet werden soll.
  Standard: "{{ ansible_user_id }}"

config_owner_primary_group:
  String (optional) um die Gruppenbesitz für die Conky-Einrichtung anzugeben.
  Standard: "{{ config_owner }}"

Diese Variablen befinden sich in defaults/main.yml, und die meisten von ihnen werden mit der conkyrc.j2-Vorlage verwendet.

alignment
background
border_outer_margin
border_width
cpu_avg_samples
default_color: white
default_outline_color
default_shade_color
draw_borders
draw_graph_borders
draw_outline
draw_shades
double_buffer
extra_newline
font
gap_x
gap_y
no_buffers
out_to_console
out_to_stderr
own_window
own_window_class
own_window_transparent
own_window_type
own_window_hints
short_units
stippled_borders
update_interval
uppercase
use_xft
use_spacer
show_graph_scale
show_graph_range
conky_text

Abhängigkeiten

Keine

Beispiel-Playbook

- hosts: all
  roles:
     - { role: avnes.ansible-role-conky, config_owner: 'maya' }

Für die Pip-Kompatibilität

poetry export --dev --output requirements.txt

Test

poetry install
poetry shell
molecule test

Lizenz

MIT

Autorinformationen

https://github.com/avnes/

Über das Projekt

Will install conky and setup basic configuration

Installieren
ansible-galaxy install avnes.conky
GitHub Repository
Lizenz
mit
Downloads
1k
Besitzer
Lead {Site Reliability, Cloud, DevOps, Platform} Engineer