awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ansible avatar

ansible/ansible-examplesArchived

0
View on GitHub↗

Ansible Examples

This repository serves as a library of reference patterns and scripts for infrastructure automation and configuration management. It provides a collection of standardized examples designed to demonstrate how to define and maintain server environments as code, ensuring consistency across development, testing, and production stages.

The project focuses on implementing infrastructure as code best practices by showcasing how to structure automation logic for complex deployments. These examples illustrate the use of declarative modeling to define desired system states, alongside modular task abstraction to handle platform-specific operations. By providing these reference patterns, the repository acts as a guide for engineers to build maintainable and scalable system administration workflows.

The included scripts cover the orchestration of software stacks and the management of remote infrastructure. These examples are structured to be accessible for those learning to implement repeatable deployment processes and standardized configuration management within their own environments.

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Features

  • Infrastructure as Code - Provides standardized automation examples for building repeatable and consistent server environments.
  • Ansible Collections - Provides a library of reference patterns and scripts for deploying software stacks using Ansible.
  • Configuration as Code - Defines and maintains server settings as code to ensure consistent environments across development, testing, and production.
  • Deployment Automation - Automates the deployment of software stacks across multiple servers to ensure consistent environment setups.
  • SSH-Based Remote Execution - Executes automation tasks over secure shell protocols without requiring persistent agents on target nodes.
  • Ansible Inventory Guides - Organizes managed infrastructure into logical groups and hierarchies for granular control over configuration updates.
  • Agentless Remote Management Tools - Manages remote infrastructure over standard secure shell protocols without requiring persistent software agents.
  • Push-Model Orchestrators - Distributes configuration changes from a central control node to target machines by initiating sequential connections.
  • Infrastructure as Code Practices - Provides proven patterns and methodologies for structuring maintainable infrastructure-as-code logic.
  • Declarative Configuration Systems - Defines desired system states using human-readable declarative configuration files.
  • Engineering Reference Libraries - Offers a curated collection of proven automation logic to help engineers structure infrastructure code.
  • Module Encapsulation Patterns - Encapsulates complex system operations into reusable modules that expose consistent interfaces while hiding implementation details.
  • Idempotency Patterns - Implements idempotent operations to ensure system states match defined configurations without unintended side effects.
12,009 stele·7,990 fork-uri·Shell·9 vizualizări

Istoric stele

Graficul istoricului de stele pentru ansible/ansible-examplesGraficul istoricului de stele pentru ansible/ansible-examples

Alternative open-source pentru Ansible Examples

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Ansible Examples.
  • geerlingguy/ansible-for-devopsAvatar geerlingguy

    geerlingguy/ansible-for-devops

    9,792Vezi pe GitHub↗

    This project is an infrastructure as code framework and library of reusable playbooks designed for server configuration and DevOps workflow automation. It provides a Linux server configuration suite and specialized tools for provisioning multi-node Kubernetes clusters to support containerized applications. The library enables the automation of infrastructure tasks and the orchestration of multi-server workflows. It includes specific logic for deploying containerized workloads and managing application environments across different hosting platforms. The codebase covers broad capability areas

    Pythonamazonansibleaws
    Vezi pe GitHub↗9,792
  • puppetlabs/puppetAvatar puppetlabs

    puppetlabs/puppet

    7,886Vezi pe GitHub↗

    Puppet is an infrastructure as code tool and configuration management framework used to automate the provisioning and state orchestration of server fleets. It functions as a declarative state orchestrator that manages server configurations and system settings to ensure consistency and reproducibility across a fleet of machines. The system utilizes a declarative state modeling approach and an idempotent execution engine to maintain configuration state and prevent environment drift. It employs resource-based abstraction and a client-server architecture to translate high-level specifications int

    Ruby
    Vezi pe GitHub↗7,886
  • rocky-linux/rockyAvatar rocky-linux

    rocky-linux/rocky

    9,497Vezi pe GitHub↗

    Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security. The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing. The distribution covers a broad range of system administration capabilities, including package management via modular repository

    enterprise-linuxrocky
    Vezi pe GitHub↗9,497
  • basecamp/omarchyAvatar basecamp

    basecamp/omarchy

    20,253Vezi pe GitHub↗

    Omarchy is a directory structure orchestrator that automates the provisioning and maintenance of file system hierarchies. By utilizing declarative configuration files, it allows users to define a desired workspace layout that serves as a single source of truth, ensuring that local development environments remain consistent and reproducible across distributed teams. The tool functions as an infrastructure-as-code utility for local environments, employing idempotent reconciliation to compare the current file system state against the defined configuration. It automatically applies only the neces

    Shell
    Vezi pe GitHub↗20,253
Vezi toate cele 30 alternative pentru Ansible Examples→

Întrebări frecvente

Ce face ansible/ansible-examples?

This repository serves as a library of reference patterns and scripts for infrastructure automation and configuration management. It provides a collection of standardized examples designed to demonstrate how to define and maintain server environments as code, ensuring consistency across development, testing, and production stages.

Care sunt principalele funcționalități ale ansible/ansible-examples?

Principalele funcționalități ale ansible/ansible-examples sunt: Infrastructure as Code, Ansible Collections, Configuration as Code, Deployment Automation, SSH-Based Remote Execution, Ansible Inventory Guides, Agentless Remote Management Tools, Push-Model Orchestrators.

Care sunt câteva alternative open-source pentru ansible/ansible-examples?

Alternativele open-source pentru ansible/ansible-examples includ: geerlingguy/ansible-for-devops — This project is an infrastructure as code framework and library of reusable playbooks designed for server… puppetlabs/puppet — Puppet is an infrastructure as code tool and configuration management framework used to automate the provisioning and… rocky-linux/rocky — Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a… basecamp/omarchy — Omarchy is a directory structure orchestrator that automates the provisioning and maintenance of file system… chef/chef — Chef is a configuration management platform and infrastructure as code framework used to automate the deployment and… openspug/spug — Spug is a web-based agentless SSH management platform used for executing remote commands and managing servers without…