{"id":18555167,"url":"https://github.com/arillso/ansible.ca-certificates","last_synced_at":"2025-10-09T09:36:46.884Z","repository":{"id":56066464,"uuid":"190428906","full_name":"arillso/ansible.ca-certificates","owner":"arillso","description":"Ansible role to manage CA certificates in the Linux and Windows system trust store.","archived":false,"fork":false,"pushed_at":"2023-07-11T17:54:18.000Z","size":29,"stargazers_count":12,"open_issues_count":3,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T16:12:51.808Z","etag":null,"topics":["ansible","ansible-role","ca-certificates"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arillso.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-05T16:20:00.000Z","updated_at":"2025-04-04T12:16:00.000Z","dependencies_parsed_at":"2024-11-06T21:32:18.858Z","dependency_job_id":"8a07f5c1-391f-401c-bb2b-41602aeeb101","html_url":"https://github.com/arillso/ansible.ca-certificates","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/arillso/ansible.ca-certificates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arillso%2Fansible.ca-certificates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arillso%2Fansible.ca-certificates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arillso%2Fansible.ca-certificates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arillso%2Fansible.ca-certificates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arillso","download_url":"https://codeload.github.com/arillso/ansible.ca-certificates/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arillso%2Fansible.ca-certificates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001122,"owners_count":26083022,"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":"2025-10-09T02:00:07.460Z","response_time":59,"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":["ansible","ansible-role","ca-certificates"],"created_at":"2024-11-06T21:25:30.177Z","updated_at":"2025-10-09T09:36:46.865Z","avatar_url":"https://github.com/arillso.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: ca-certificates\n\n[![Build Status](https://img.shields.io/travis/arillso/ansible.ca-certificates.svg?branch=master\u0026style=popout-square)](https://travis-ci.org/arillso/ansible.ca-certificates) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=popout-square)](https://sbaerlo.ch/licence) [![Ansible Galaxy](https://img.shields.io/badge/ansible--galaxy-ca_certificates-blue.svg?style=popout-square)](https://galaxy.ansible.com/arillso/ca_certificates) [![Ansible Role](https://img.shields.io/ansible/role/d/42098.svg?style=popout-square)](https://galaxy.ansible.com/arillso/ca_certificates)\n\n## Description\n\nAnsible role to manage CA certificates in the Linux and Windows system trust store. It's possible to add PEM formatted certificates from the local file system, a already trusted HTTP(s) URL, from raw content.\n\n## Installation\n\n```bash\nansible-galaxy install arillso.ca_certificates\n```\n\n## Requirements\n\nnone\n\n## Role Variables\n\n### ca_certificates_root_directory\n\nLocation where the certificates are stored under windows before\nthey are imported into the certificate store of Windows.\n\n```yml\nca_certificates_root_directory: '{{ ansible_env.TMP }}'\n```\n\n### ca_certificates_packages\n\nPackages to be installed.\n\n```yml\nca_certificates_packages:\n  - ca-certificates\n```\n\n### ca_certificates_files\n\nList of CA certificates that are to be added to the certificate store of the system. Each list element is a configuration directory that defines the source (URL, Files or Inline as variable) of the certificate. It must contain a key'name' and one of the following keys in order to use the certificate:\n\n| Option         | Comments                                                                                                                                                                                      |\n| :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| file           | Path to a file on the host running the Ansible playbook. Relative file paths are related to the role's `files/` directory.                                                                    |\n| url            | URL to a PEM-formatted certificate file                                                                                                                                                       |\n| content        | Certificate inline as PEM-formatted                                                                                                                                                           |\n| store_name     | Optional in Windows. The store name to use when importing. See: [Ansible doc](https://docs.ansible.com/ansible/latest/modules/win_certificate_store_module.html#win-certificate-store-module) |\n| store_location | Optional in Windows. See: [Ansible doc](https://docs.ansible.com/ansible/latest/modules/win_certificate_store_module.html#win-certificate-store-module)                                       |\n\n```yml\nca_certificates_files: []\n```\n\n## Dependencies\n\nNone\n\n## Example Playbook\n\n```yml\n- hosts: all\n  roles:\n    - arillso.ca_certificates\n```\n\n## Author\n\n- [Simon Bärlocher](https://sbaerlocher.ch)\n\n## License\n\nThis project is under the MIT License. See the [LICENSE](https://sbaerlo.ch/licence) file for the full license text.\n\n## Copyright\n\n(c) 2020, Arillso\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farillso%2Fansible.ca-certificates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farillso%2Fansible.ca-certificates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farillso%2Fansible.ca-certificates/lists"}