conky

Conky

CICD

Install Conky and basic configs

screenshot of conky

Requirements

None

Role Variables

Install or uninstall and remove conifg file

install: true

Conky variables

conky:
  font: DejaVuSansMono Nerd Font Mono
  update_int: 2
  color_01: FFCC99
  color_02: 33CC33
  color_03: 33CC99
  interface: "{{ ansible_default_ipv4['interface'] }}"

Dependencies

None

Example Playbook

- hosts: all
  become: true
  vars:
    install: true
  roles:
    - jahrik.conky

License

GPLv2

Author Information

jahrik@gmail.com

https://homelab.business/

About

Install conky and configs

Install
ansible-galaxy install jahrik/ansible-conky
GitHub repository
License
Unknown
Downloads
50
Owner