Skip to content

Eigenbahn/ansible-role-catclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eigenbahn.catclock

Install catclock, a fork of xclock with an additional cat mode.

Requirements

A Debian-based linux system with X server.

Role Variables

The main variables are:

  • catclock_bin_name: The name of the binary. Defaults to catclock to not shadow installed xclock.
  • catclock_install_folder: Where the binary gets installed. Defaults to /usr/local/bin.
  • catclock_with_tempo_tracker: If set to true, compiles catclock with the audio tempo tracking feature.

Please note that the role has a mechanism to not skip all tasks if the binary {{ catclock_bin_name }} is found on the system.

If you've changed it to xclock or would like to re-install it with different options (e.g. change of catclock_with_tempo_tracker) you can force the reinstallation by setting var catclock_force_reinstall to yes.

Dependencies

None.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: eigenbahn.catclock }

License

MIT

Author Information

Jordan Besly @p3r7 (blog).

Releases

No releases published

Packages

No packages published