{"id":22845566,"url":"https://github.com/idealista/rsyslog_role","last_synced_at":"2026-05-06T13:36:50.876Z","repository":{"id":48881449,"uuid":"166391422","full_name":"idealista/rsyslog_role","owner":"idealista","description":"Ansible role to install RSYSLOG","archived":false,"fork":false,"pushed_at":"2023-01-19T16:46:10.000Z","size":170,"stargazers_count":1,"open_issues_count":6,"forks_count":1,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-02-06T09:48:04.422Z","etag":null,"topics":["ansible","ansible-role","rsyslog","rsyslogd"],"latest_commit_sha":null,"homepage":null,"language":"YAML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idealista.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-18T10:59:16.000Z","updated_at":"2023-01-19T16:45:15.000Z","dependencies_parsed_at":"2023-02-11T10:30:59.720Z","dependency_job_id":null,"html_url":"https://github.com/idealista/rsyslog_role","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Frsyslog_role","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Frsyslog_role/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Frsyslog_role/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Frsyslog_role/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idealista","download_url":"https://codeload.github.com/idealista/rsyslog_role/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246421772,"owners_count":20774571,"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":["ansible","ansible-role","rsyslog","rsyslogd"],"created_at":"2024-12-13T03:17:39.386Z","updated_at":"2026-05-06T13:36:45.855Z","avatar_url":"https://github.com/idealista.png","language":"YAML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](https://raw.githubusercontent.com/idealista/rsyslog_role/master/logo.gif)\n\n[![Build Status](https://travis-ci.org/idealista/rsyslog_role.png)](https://travis-ci.org/idealista/rsyslog_role)\n[![Ansible Galaxy](https://img.shields.io/badge/galaxy-idealista.rsyslog__role-B62682.svg)](https://galaxy.ansible.com/idealista/rsyslog_role)\n\n# RSYSLOG Ansible role\n\nThis Ansible role installs a RSYSLOG server in a Debian environment.\n\n- [Getting Started](#getting-started)\n\t- [Prerequisities](#prerequisities)\n\t- [Installing](#installing)\n- [Usage](#usage)\n- [Testing](#testing)\n- [Built With](#built-with)\n- [Versioning](#versioning)\n- [Authors](#authors)\n- [License](#license)\n- [Contributing](#contributing)\n\n## Getting Started\n\nThese instructions will get you a copy of the role for your Ansible playbook. Once launched, it will install a [RSYSLOG](https://www.rsyslog.com/) server in a Debian system.\n\n### Prerequisities\n\nAnsible 4.0.0 version installed.\nInventory destination should be a Debian environment.\n\nFor testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver.\n\n### Installing\n\nCreate or add to your roles dependency file (e.g requirements.yml):\n\n```\n- src: idealista.rsyslog_role\n  version: 2.2.0\n  name: rsyslog\n```\n\nInstall the role with ansible-galaxy command:\n\n```\nansible-galaxy install -p roles -r requirements.yml -f\n```\n\nUse in a playbook:\n\n```\n---\n- hosts: someserver\n  roles:\n    - { role: rsyslog }\n```\n\n## Usage\n\nLook to the [defaults vars](defaults/main.yml) file to see the possible configuration vars.\n\n## Testing\n\n```\n$ pipenv sync\n$ MOLECULE_DISTRO=(debian8|debian9|debian10) pipenv run molecule test\n```\n\nNote: Debian9 (Debian Stretch) will be used as default linux distro if none is provided.\n\nSee [molecule.yml](https://github.com/idealista/rsyslog_role/blob/master/molecule/default/molecule.yml) to check possible testing platforms.\n\n## Built With\n\n![Ansible](https://img.shields.io/badge/ansible-4.0.0-green.svg)\n![Molecule](https://img.shields.io/badge/molecule-3.3.2-green.svg)\n\n## Versioning\n\nFor the versions available, see the [tags on this repository](https://github.com/idealista/rsyslog_role/tags).\n\nAdditionaly you can see what change in each version in the [CHANGELOG.md](https://github.com/idealista/rsyslog_role/blob/master/CHANGELOG.md) file.\n\n## Authors\n\n* **Idealista** - *Work with* - [idealista](https://github.com/idealista)\n\nSee also the list of [contributors](https://github.com/idealista/rsyslog_role/contributors) who participated in this project.\n\n## License\n\n![Apache 2.0 License](https://img.shields.io/hexpm/l/plug.svg)\n\nThis project is licensed under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://github.com/idealista/rsyslog_role/blob/master/.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Frsyslog_role","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidealista%2Frsyslog_role","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Frsyslog_role/lists"}