本文主要是介绍Ansible Documentation文档翻译,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
文章目录
- About Ansible
- Installation, Upgrade & Configuration
- Using Ansible
- Contributing to Ansible
- Extending Ansible
- Common Ansible Scenarios
- Ansible for Network Automation
- Ansible Galaxy
- Reference & Appendices
- Roadmaps
对于https://docs.ansible.com/ansible/latest/index.html网址的翻译,帮助自己更快上手,熟悉Ansible。
About Ansible
关于Ansible
Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates.
Ansible是IT自动化工具。它可以配置系统,部署软件,并且安排协调更多先进的IT任务,像持续部署或不停机滚动更新。
Ansible’s main goals are simplicity and ease-of-use. It also has a strong focus on security and reliability, featuring a minimum of moving parts, usage of OpenSSH for transport (with other transports and pull modes as alternatives), and a language that is designed around auditability by humans–even those not familiar with the program.
Ansible的主要目标是简明且易上手。同时也非常重视安全性和可靠性,特征有,最小化活动件,使用OpenSSH做传输(和其他传输工具与拉模式(当用户需要某些信息时,他们主动的提供者处获取)交替),并且用一种语言,这种语言被设计围绕于人们的可审计性,即使那些人们不熟悉程序
We believe simplicity is relevant to all sizes of environments, so we design for busy users of all types: developers, sysadmins, release engineers, IT managers, and everyone in between. Ansible is appropriate for ma
这篇关于Ansible Documentation文档翻译的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!