/ansible-role-conky

Install conky with font awesome.

MIT LicenseMIT

Ansible Role: Conky

CI Ansible Galaxy Quality Score Ansible Galaxy MIT Licence

Ansible role for installing conky and download the configuration from a git repository.

Requirements

Requires git on the managed machine.

Role Variables

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

Dependencies

None

Example Playbook

- hosts: localhost
  roles:
    - role: djonasson.conky

License

MIT

Author

This ansible role was created by Daniel Jonasson.