{"id":15689792,"url":"https://github.com/stephrobert/ansible-role-openscap","last_synced_at":"2025-06-27T03:36:46.445Z","repository":{"id":113481969,"uuid":"568086857","full_name":"stephrobert/ansible-role-openscap","owner":"stephrobert","description":"Role Ansible Openscap","archived":false,"fork":false,"pushed_at":"2024-10-16T17:10:36.000Z","size":39,"stargazers_count":17,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T08:13:51.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/stephrobert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-11-19T12:11:23.000Z","updated_at":"2025-04-09T10:23:11.000Z","dependencies_parsed_at":"2023-12-13T17:58:50.504Z","dependency_job_id":"4673c54b-ada0-45a8-834c-7d8a390d773b","html_url":"https://github.com/stephrobert/ansible-role-openscap","commit_stats":{"total_commits":29,"total_committers":2,"mean_commits":14.5,"dds":0.03448275862068961,"last_synced_commit":"e2517c779ac988685a3deb3728a37d300f93a7ad"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/stephrobert/ansible-role-openscap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephrobert%2Fansible-role-openscap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephrobert%2Fansible-role-openscap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephrobert%2Fansible-role-openscap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephrobert%2Fansible-role-openscap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephrobert","download_url":"https://codeload.github.com/stephrobert/ansible-role-openscap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephrobert%2Fansible-role-openscap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262182773,"owners_count":23271683,"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":"2024-10-03T18:04:33.190Z","updated_at":"2025-06-27T03:36:46.406Z","avatar_url":"https://github.com/stephrobert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stephrobert.openscap\n\n[![Maintainer](https://img.shields.io/badge/maintained%20by-stephrobert-e00000?style=flat-square)](https://github.com/stephrobert)\n[![License](https://img.shields.io/github/license/stephrobert/ansible-role-openscap?style=flat-square)](https://github.com/stephrobert/ansible-role-openscap/blob/main/LICENSE)\n[![Release](https://img.shields.io/github/v/release/stephrobert/ansible-role-openscap?style=flat-square)](https://github.com/stephrobert/ansible-role-openscap/releases)\n[![Status](https://img.shields.io/github/workflow/status/stephrobert/ansible-role-openscap/Ansible%20Molecule?style=flat-square\u0026label=tests)](https://github.com/stephrobert/ansible-role-openscap/actions?query=workflow%3A%22Ansible+Molecule%22)\n[![Ansible Galaxy](https://img.shields.io/badge/ansible-galaxy-black.svg?style=flat-square\u0026logo=ansible)](https://galaxy.ansible.com/stephrobert/openscap)[![Ansible version](https://img.shields.io/badge/ansible-%3E%3D2.10-black.svg?style=flat-square\u0026logo=ansible)](https://github.com/ansible/ansible)\n\n⭐ Star us on GitHub — it motivates us a lot!\n\nInstall Oscap\n\n**Platforms Supported**:\n\n| Platform | Versions |\n|----------|----------|\n| Debian | bullseye |\n| Ubuntu | jammy |\n\n## ⚠️ Requirements\n\nAnsible \u003e= 2.11.\n\n### Ansible role dependencies\n\nNone.\n\n## ⚡ Installation\n\n### Install with Ansible Galaxy\n\n```shell\nansible-galaxy install stephrobert.openscap\n```\n\n### Install with git\n\nIf you do not want a global installation, clone it into your `roles_path`.\n\n```bash\ngit clone https://github.com/stephrobert/ansible-role-openscap.git  stephrobert.openscap\n```\n\nBut I often add it as a submodule in a given `playbook_dir` repository.\n\n```bash\ngit submodule add https://github.com/stephrobert/ansible-role-openscap.git roles/stephrobert.openscap\n```\n\nAs the role is not managed by Ansible Galaxy, you do not have to specify the\ngithub user account.\n\n### ✏️ Example Playbook\n\nBasic usage is:\n\n```yaml\n- hosts: all\n  roles:\n    - role: stephrobert.openscap\n      vars:\n        content_version: 0.1.74\n        install_content: false\n        install_oscap: true\n        oscap_version: 1.4.0\n        reports_folder: /opt/openscap-reports\n        scan: false\n        \n```\n\n## ⚙️ Role Variables\n\nVariables are divided in three types.\n\nThe **default vars** section shows you which variables you may\noverride in your ansible inventory. As a matter of fact, all variables should\nbe defined there for explicitness, ease of documentation as well as overall\nrole manageability.\n\nThe **context variables** are shown in section below hint you\non how runtime context may affects role execution.\n\n### Default variables\nRole default variables from `defaults/main.yml`.\n\n| Variable Name | Value |\n|---------------|-------|\n| install_content | False |\n| install_oscap | True |\n| oscap_version | 1.4.0 |\n| content_version | 0.1.74 |\n| scan | False |\n| reports_folder | /opt/openscap-reports |\n\n### Context variables\n\nThose variables from `vars/*.{yml,json}` are loaded dynamically during task\nruntime using the `include_vars` module.\n\nVariables loaded from `vars/main.yml`.\n\n\n\n\n## Author Information\n\nnone","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephrobert%2Fansible-role-openscap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephrobert%2Fansible-role-openscap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephrobert%2Fansible-role-openscap/lists"}