Ansible role for installing conky and download the configuration from a git repository.
Requires git
on the managed machine.
The role variables are defined in defaults/main.yml
with these defaults:
repo: "https://github.com/djonasson/conky-config.git"
dest: "~/.conky"
version: master
accept_hostkey: false
None
- hosts: localhost
roles:
- role: djonasson.conky
MIT
This ansible role was created by Daniel Jonasson.