Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuyatinnefeld/ansible

📕 Learning Guide 📕 | Ansible
https://github.com/yuyatinnefeld/ansible

ansible

Last synced: 20 days ago
JSON representation

📕 Learning Guide 📕 | Ansible

Awesome Lists containing this project

README

        

# Ansible

## Table of Contents

- [About](#about)
- [Benefit](#benefit)
- [Info](#info)
- [Setup](#setup)

## About
Ansible is a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex changes like zero-downtime rolling updates with load balancers easy.

## Benefit
- agentless (it uses no agents and no additional custom security infrastructure)
- crazy easy installation and initial setup
- it uses a very simple language (YAML, in the form of Ansible Playbooks)
- OSS
- ansible is writted with python

## Info
- https://github.com/ansible/ansible
- https://www.ansible.com/

## Setup

## [Ansible + Docker](https://github.com/yuyatinnefeld/ansible/tree/master/docker-ansible)

## [Ansible + CentOS](https://github.com/yuyatinnefeld/ansible/tree/master/centos-ansible)

## [Ansible Basic Commands](https://github.com/yuyatinnefeld/ansible/tree/master/basic-commands)