• 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.

  • 相关阅读:
    13.线性回归
    12.scikit-learn中的Scaler
    11.数据归一化
    oracle之二表的几种类型
    oracle之二表和表空间的关系
    oracle之二数据字典表和动态性能视图
    oracle之二检查点
    oracle之二管理undo
    oracle之二归档日志
    oracle之二日志挖掘log miner
  • 原文地址:https://www.cnblogs.com/rsapaper/p/9472576.html
Copyright © 2020-2023  润新知