Version: | 0.0.0 |
---|---|
Web: | https://github.com/luismayta/ansible-role-wakatime |
Download: | http://github.com/luismayta/ansible-role-wakatime |
Source: | http://github.com/luismayta/ansible-role-wakatime |
Keywords: | ansible-role-wakatime |
Table of Contents:
Ansible Galaxy role for Wakatime.
List of applications:
Install it with the following command:
$ ansible-galaxy install hadenlabs.wakatime
The default role variables in defaults/main.yml
are:
wakatime_api_key: "2df64913-f90e-4daa-8941-caf456c29059"
wakatime_cli_path: "/usr/local/bin/wakatime"
wakatime_python_bin: "/usr/local/bin/python3"
None
See the examples directory.
To run this playbook with default settings, create a basic playbook like this:
- hosts: servers
roles:
- hadenlabs.wakatime
The code in this repository is licensed under the Apache unless otherwise noted.
Please see LICENSE for details.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
Releases are managed using bitbucket release feature. We use [Semantic Versioning](http://semver.org) for all the releases. Every change made to the code base will be referred to in the release notes (except for cleanups and refactorings).