Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuyatinnefeld/ansible
📕 Learning Guide 📕 | Ansible
https://github.com/yuyatinnefeld/ansible
ansible
Last synced: 20 days ago
JSON representation
📕 Learning Guide 📕 | Ansible
- Host: GitHub
- URL: https://github.com/yuyatinnefeld/ansible
- Owner: yuyatinnefeld
- Created: 2021-07-29T06:28:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T13:46:18.000Z (5 months ago)
- Last Synced: 2024-08-27T15:14:54.924Z (5 months ago)
- Topics: ansible
- Language: Jinja
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)