{"id":25582490,"url":"https://github.com/mach1el/ansible-library","last_synced_at":"2026-04-25T23:36:30.893Z","repository":{"id":276334771,"uuid":"928309340","full_name":"mach1el/ansible-library","owner":"mach1el","description":"Ansible role collections","archived":false,"fork":false,"pushed_at":"2025-02-20T06:42:53.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-20T07:29:13.897Z","etag":null,"topics":["ansible","ansible-collection","ansible-galaxy","ansible-projects","ansible-roles","auto-deployment","automation"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/mach1el.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2025-02-06T12:27:13.000Z","updated_at":"2025-02-08T04:04:47.000Z","dependencies_parsed_at":"2025-02-07T18:31:37.789Z","dependency_job_id":null,"html_url":"https://github.com/mach1el/ansible-library","commit_stats":null,"previous_names":["mach1el/ansible-library"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mach1el%2Fansible-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mach1el%2Fansible-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mach1el%2Fansible-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mach1el%2Fansible-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mach1el","download_url":"https://codeload.github.com/mach1el/ansible-library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239958314,"owners_count":19724927,"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-collection","ansible-galaxy","ansible-projects","ansible-roles","auto-deployment","automation"],"created_at":"2025-02-21T05:16:38.301Z","updated_at":"2026-04-02T13:30:17.384Z","avatar_url":"https://github.com/mach1el.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Library\n![Ansible](https://img.shields.io/badge/ansible-%231A1918.svg?style=for-the-badge\u0026logo=ansible\u0026logoColor=white)\n![YAML](https://img.shields.io/badge/yaml-%23ffffff.svg?style=for-the-badge\u0026logo=yaml\u0026logoColor=151515)\n\n## Table of Contents\n- [Ansible Library](#ansible-library)\n  - [Table of Contents](#table-of-contents)\n  - [Overview](#overview)\n  - [Features](#features)\n  - [Installation](#installation)\n    - [Install the Collection from Ansible Galaxy](#install-the-collection-from-ansible-galaxy)\n  - [Available Roles](#available-roles)\n    - [1. Role: `role1`](#1-role-role1)\n    - [2. Role: `role2`](#2-role-role2)\n  - [Example Playbook](#example-playbook)\n  - [Contributing](#contributing)\n  - [License](#license)\n  - [Contact](#contact)\n\n## Overview\nAnsible Library is a collection of reusable Ansible roles designed to automate infrastructure setup and management. This collection includes multiple roles that can be used individually or together to configure servers efficiently.\n\n## Features\n- Multiple roles for different use cases\n- Easy installation and usage with Ansible Galaxy\n- Well-structured and modular\n\n## Installation\n### Install the Collection from Ansible Galaxy\nOnce the collection is published on Ansible Galaxy, you can install it using:\n```bash\nansible-galaxy collection install mach1el.ansible_library\n```\n\nOr, if using the GitHub repository directly:\n```bash\ngit clone https://github.com/mach1el/ansible-library.git\ncd ansible-library\n```\n\n## Available Roles\n### 1. Role: `role1`\n**Description:** Example role to provisioning Swarm cluster.\n\n**Usage in Playbook:**\n```yaml\n- hosts: servers\n  roles:\n    - mach1el.ansible_library.role1\n```\n\n### 2. Role: `role2`\n**Description:** Example role to set up keepalived.\n\n**Usage in Playbook:**\n```yaml\n- hosts: servers\n  roles:\n    - mach1el.ansible_library.role2\n```\n\n## Example Playbook\nYou can create a playbook (`site.yml`) to use multiple roles:\n```yaml\n- hosts: all\n  become: true\n  roles:\n    - mach1el.ansible_library.role1\n    - mach1el.ansible_library.role2\n```\n\nRun the playbook with:\n```bash\nansible-playbook -i inventory site.yml\n```\n\n## Contributing\n1. Fork the repository\n2. Create a feature branch (`git checkout -b new-feature`)\n3. Commit your changes (`git commit -m \"Added new feature\"`)\n4. Push to the branch (`git push origin new-feature`)\n5. Create a Pull Request\n\n## License\nMIT License\n\n## Contact\nFor questions and support, open an issue in the GitHub repository.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmach1el%2Fansible-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmach1el%2Fansible-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmach1el%2Fansible-library/lists"}