From c0de93310f05ad00d78a6ac8b8de3ff915f5ef89 Mon Sep 17 00:00:00 2001 From: Artur Juraszek Date: Mon, 1 Oct 2018 18:23:56 +0200 Subject: [PATCH] Mention YAML as a AWS CloudFormation template language (#46345) --- docs/docsite/rst/scenario_guides/guide_aws.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/scenario_guides/guide_aws.rst b/docs/docsite/rst/scenario_guides/guide_aws.rst index 53c606e928..d9fceee0d4 100644 --- a/docs/docsite/rst/scenario_guides/guide_aws.rst +++ b/docs/docsite/rst/scenario_guides/guide_aws.rst @@ -202,9 +202,9 @@ with remote hosts. Ansible With (And Versus) CloudFormation ```````````````````````````````````````` -CloudFormation is a Amazon technology for defining a cloud stack as a JSON document. +CloudFormation is a Amazon technology for defining a cloud stack as a JSON or YAML document. -Ansible modules provide an easier to use interface than CloudFormation in many examples, without defining a complex JSON document. +Ansible modules provide an easier to use interface than CloudFormation in many examples, without defining a complex JSON/YAML document. This is recommended for most users. However, for users that have decided to use CloudFormation, there is an Ansible module that can be used to apply a CloudFormation template