Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bellackn/ansible-role-manictime
ManicTime setup
https://github.com/bellackn/ansible-role-manictime
Last synced: about 1 month ago
JSON representation
ManicTime setup
- Host: GitHub
- URL: https://github.com/bellackn/ansible-role-manictime
- Owner: bellackn
- Created: 2022-04-20T21:22:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T21:22:56.000Z (over 2 years ago)
- Last Synced: 2023-07-30T23:26:39.477Z (over 1 year ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-manictime
Sets up a local ManicTime server (Docker) and installs the client package on macOS.
⚠️ Work in progress
## Example playbook
```yaml
---
- name: Set up ManicTime
hosts: localhost
roles:
- bellackn.manictime
```Run it with `--ask-become-pass` since you will need your password to install the client package.