mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Mention YAML as a AWS CloudFormation template language (#46345)
This commit is contained in:
parent
c97f2b4c01
commit
c0de93310f
1 changed files with 2 additions and 2 deletions
|
@ -202,9 +202,9 @@ with remote hosts.
|
||||||
Ansible With (And Versus) CloudFormation
|
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.
|
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
|
However, for users that have decided to use CloudFormation, there is an Ansible module that can be used to apply a CloudFormation template
|
||||||
|
|
Loading…
Reference in a new issue