{"id":15509857,"url":"https://github.com/towo/puppet-taskd","last_synced_at":"2026-01-08T02:03:12.789Z","repository":{"id":57664811,"uuid":"129315877","full_name":"towo/puppet-taskd","owner":"towo","description":"Taskwarrior taskd Puppet module","archived":false,"fork":false,"pushed_at":"2018-05-03T18:14:40.000Z","size":133,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T04:57:53.569Z","etag":null,"topics":["puppet-module","taskd","taskwarrior"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/towo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-12T22:02:57.000Z","updated_at":"2018-05-03T18:14:04.000Z","dependencies_parsed_at":"2022-09-14T21:41:46.037Z","dependency_job_id":null,"html_url":"https://github.com/towo/puppet-taskd","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/towo/puppet-taskd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/towo%2Fpuppet-taskd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/towo%2Fpuppet-taskd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/towo%2Fpuppet-taskd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/towo%2Fpuppet-taskd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/towo","download_url":"https://codeload.github.com/towo/puppet-taskd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/towo%2Fpuppet-taskd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28240069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2026-01-08T02:00:06.591Z","response_time":241,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["puppet-module","taskd","taskwarrior"],"created_at":"2024-10-02T09:44:30.879Z","updated_at":"2026-01-08T02:03:12.764Z","avatar_url":"https://github.com/towo.png","language":"Ruby","readme":"# taskd\n\n[![Build Status](https://travis-ci.org/towo/puppet-taskd.svg?branch=master)](https://travis-ci.org/towo/puppet-taskd/builds)\n[![Coverage Status](https://coveralls.io/repos/github/towo/puppet-taskd/badge.svg?branch=master)](https://coveralls.io/github/towo/puppet-taskd?branch=master)\n\n#### Table of Contents\n\n1. [Description](#description)\n2. [Setup - The basics of getting started with taskd](#setup)\n    * [What taskd affects](#what-taskd-affects)\n    * [Setup requirements](#setup-requirements)\n    * [Beginning with taskd](#beginning-with-taskd)\n3. [Usage - Configuration options and additional functionality](#usage)\n4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n## Description\n\nThis module will install the [Taskwarrior](https://taskwarrior.org) \"taskserver\" (taskd).\n\nIt will take of installing the software and generating self-signed server-client certificates.\n\n## Setup\n\n### Beginning with taskd\n\nFirst, some basic details for certificate generation need to be set (with hiera):\n\n```yaml\ntaskd::pki_vars:\n  organization: 'My Cool Org'\n  country: 'DE'\n  state: 'North Rhine-Westphalia'\n  locality: 'Cologne'\n```\n\nAdditional variables have defined defaults:\n\n| Variable        | Default value |\n|-----------------|---------------|\n| cn              | `$fqdn`       |\n| bits            | 4096          |\n| expiration_days | 365           |\n\nThen simply include the taskd class on whatever node you want it to be set up:\n\n```puppet\ninclude taskd\n```\n\nThis will install taskd, make it listen on the default port (53589) on your node's FQDN, and generate the default self-signed certificates.\n\n## Usage\n\n### Creating users\n\nA defined type `taskd::user` facilitates creating users. Example:\n\n```puppet\ntaskd::user { 'towo': }\n```\n\nYou can specify the actual name of the user used as well as the org:\n\n```puppet\ntaskd::user { 'Tobias Wolter':\n  name =\u003e 'towo',\n  org  =\u003e 'My cool Org'\n}\n```\n\n## Reference\n\nMarkdown documentation is available in [REFERENCE.md](REFERENCE.md). HTML documentation is available in [doc/](doc/index.html).\n\n## Limitations\n\nThis module has only been tested with Debian `stretch` (9.0). It should work with `jessie` using backports.\n\n## Testing\n\nA Vagrantfile is provided to test the working state of the module. Using the\nVagrantfile requires `vagrant-puppet-install`. Just execute it with `vagrant\nup`.\n\n## Development\n\nFeel free to open issues.\n\nUse the standard GitHub approach of forking, pull request, etc. to submit code modifications.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftowo%2Fpuppet-taskd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftowo%2Fpuppet-taskd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftowo%2Fpuppet-taskd/lists"}