Giter Club home page Giter Club logo

ansible-by-example's Introduction

Ansible-by-Example

license

介绍

本项目将通过若干运维实例演示如何使用 Ansible 管理一台全新的 Linux 服务器。

关于 Ansible

Ansible 是一款轻量级的 IT 运维自动化工具,现已被知名厂商 Red Hat 收购。

Ansible GitHub Repo

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. More information on the Ansible website.

FAQ

为什么选择 Ansible?

摘自官网 Why Ansible?

  • 简单:快速提高生产力
    • 使用 YAML 编写 Ansible 脚本,简单易读
    • 不需要特定语言的编程基础
    • 任务按编排顺序清晰执行
  • 强大:管理应用生命周期
    • 应用部署
    • 配置管理
    • 工作流编排
  • 无客户端(指目标服务器):可预测、可靠且安全
    • 无客户端架构
    • 基于 OpenSSH 和 WinRM(Windows 远程管理) 工作
    • 无需担心客户端安全更新问题

目录

2. Linux 基础配置

参考

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.