违法℃玩家 发表于 2018-7-29 06:04:43

Ansible notes-Marvin

  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
页: [1]
查看完整版本: Ansible notes-Marvin