zoukankan      html  css  js  c++  java
  • ansible

    ansible

    ansible/ansible: Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com/ansible/ https://github.com/ansible/ansible

    Index of /ansible https://releases.ansible.com/ansible/

    Design Principles
    =================

    * Have a dead simple setup process and a minimal learning curve
    * Manage machines very quickly and in parallel
    * Avoid custom-agents and additional open ports, be agentless by
    leveraging the existing SSH daemon
    * Describe infrastructure in a language that is both machine and human
    friendly
    * Focus on security and easy auditability/review/rewriting of content
    * Manage new remote machines instantly, without bootstrapping any
    software
    * Allow module development in any dynamic language, not just Python
    * Be usable as non-root
    * Be the easiest IT automation system to use, ever.

  • 相关阅读:
    记长连接压测总结
    PHP装扩展
    LMbench安装&使用
    Scala学习笔记-2-(if、while、for、try、match)
    Gatling学习笔记-Scenario(场景)
    Java之路---Day05
    Java之路---Day04
    Java之路---Day03
    Java之路---Day02
    Java之路---Day01
  • 原文地址:https://www.cnblogs.com/rsapaper/p/9472576.html
Copyright © 2011-2022 走看看