{"id":24440677,"url":"https://github.com/mivek/ansible-role-opendkim","last_synced_at":"2026-01-02T02:22:38.526Z","repository":{"id":91218860,"uuid":"526084680","full_name":"mivek/ansible-role-opendkim","owner":"mivek","description":"Ansible role to install opendkim","archived":false,"fork":false,"pushed_at":"2023-12-15T08:47:02.000Z","size":17,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T20:56:45.856Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mivek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"ko_fi":"mivek"}},"created_at":"2022-08-18T06:28:00.000Z","updated_at":"2022-08-18T20:21:05.000Z","dependencies_parsed_at":"2023-12-15T09:49:51.927Z","dependency_job_id":null,"html_url":"https://github.com/mivek/ansible-role-opendkim","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mivek%2Fansible-role-opendkim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mivek%2Fansible-role-opendkim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mivek%2Fansible-role-opendkim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mivek%2Fansible-role-opendkim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mivek","download_url":"https://codeload.github.com/mivek/ansible-role-opendkim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243509163,"owners_count":20302143,"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","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":[],"created_at":"2025-01-20T20:56:59.740Z","updated_at":"2026-01-02T02:22:38.494Z","avatar_url":"https://github.com/mivek.png","language":"Jinja","funding_links":["https://ko-fi.com/mivek"],"categories":[],"sub_categories":[],"readme":"Opendkim\n=========\n\nThis role installs and configures opendkim. The role also creates the keys for the different domains.\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n| name                         | type            | default                 | description                                                                                                       |\n|------------------------------|-----------------|-------------------------|-------------------------------------------------------------------------------------------------------------------|\n| opendkim_autorestart         | boolean         | true                    | Whether or not the filter should arrange to restart automatically if it crashes.                                  ||\n| opendkim_autorestart_rate    | string          | 10/h                    | Maximum automatic restart rate.                                                                                   ||\n| opendkim_umask               | string          | 007                     | Process umask for file creation                                                                                   ||\n| opendkim_syslog              | boolean         | true                    | Log to syslog                                                                                                     ||\n| opendkim_syslog_success      | boolean         | true                    | Whether to log activity success to syslog                                                                         ||\n| opendkim_log_why             | boolean         | true                    | issues very detailed logging about the logic behind the filter's decision to either sign a message  or verify it. ||\n| opendkim_canonicalization    | string          | relaxed/simple          | The canonicalizations to use when signing. Can be \"simple\" or \"relaxed\"                                           ||\n| opendkim_mode                | string          | sv                      | Modes of operation to provide. \"s\" means \"sign\", \"v\" means \"verify\"                                               ||\n| opendkim_user                | string          | opendkim                | The user of opendkim                                                                                              ||\n| opendkim_group               | string          | opendkim                | The group of the opendkim user                                                                                    ||\n| opendkim_trust_anchor_file   | string          | /usr/share/dns/root.key | Specifies a file from which trust anchor data should be read when doing DNS queries.                              ||\n| opendkim_socket              | string          | inet:8891@localhost     | Names the socket where this filter should listen for milter connections from the MTA.                             ||\n| opendkim_domains             | Array of object | []                      | Domains to sign the emails. This variable is an array of object with keys: `domain`, `subdomain`.                 ||\n| opendkim_signature_algorithm | string          | rsa-sha256              | The algorithm to use when generating signatures. Either `rsa-sha1` or `rsa-sha256`.                               ||\n\nMore details regarding opendkim parameters are available on [opendkim website](http://www.postfix.org/postconf.5.html)\n\nDependencies\n------------\n\nNone.\n\nExample Playbook\n----------------\n\nIncluding an example of how to use your role:\n\n````yaml\n- hosts: servers\n  become: true\n  tasks:\n    \n    - name: Run opendkim role\n      ansible.builtin.import_role:\n        name: mivek.opendkim\n      vars:\n        opendkim_domains:\n          - subdomain: '*'\n            domain: example.com\n          - subdomain: 'test'\n            domain: example2.com\n        opendkim_canonicalization: \"simple/simple\"\n````\n\nLicense\n-------\n\nBSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmivek%2Fansible-role-opendkim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmivek%2Fansible-role-opendkim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmivek%2Fansible-role-opendkim/lists"}