ansible yaml 语法

Posted hixiaowei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ansible yaml 语法相关的知识,希望对你有一定的参考价值。

yet another markup language -- 另外的一种标记语言

yaml 语法:
序列:同一个类型的数据有多个,用"-" 来区分,叫序列
映射:价值对,用":"来表示

经典例子:
name: jame smiths
sex: male
age: 28
spource:
  name: jane smiths
  age: 25
  sex: female
children:
  - name: aaa smiths
    age: 5
    sex: male
  - name: bbb smiths
    age: 2
    sex: female

















以上是关于ansible yaml 语法的主要内容,如果未能解决你的问题,请参考以下文章

YAML语法搞定ansible playbook

Ansible 和剧本。如何将 shell 命令转换为 yaml 语法?

ansible yaml 语法

ansible-YAML语法

学习ansible playbook之前先了解下YAML语法

学习ansible playbook之前先了解下YAML语法