首页 > 其他 > 详细

Ansible notes

时间:2018-03-28 10:55:24      阅读:196      评论:0      收藏:0      [点我收藏+]
About 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.

YAML
YAML is easier for humans to read and write than other common data formats like XML or JSON.

list "- " (a dash and a space):
dictionary key: value form (the colon must be followed by a space):

http://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html?highlight=yaml

Ansible notes

原文:http://blog.51cto.com/marvinchen/2091915

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!