sborenst / ansible_aws_deployer

20 stars 20 forks source link

Updated formatting and replaced some shell with modules #30

Closed johannes-cabal closed 7 years ago

johannes-cabal commented 7 years ago

Address' #33 and #32 I) Made a bunch of formatting changes to reflect best practices in YAML based on Ansible's preferred style. This also makes it easier to read when you go through the playbooks.

1) YAML Literal format (i.e. block style).

2) Space before and after variable name

3) Break apart tags tags: [badexample1, badexample2] tags:

II) Started converting some command/shell modules being executed where I can. III) Added some TODO sections and comments. Would like to review these with someone for input. Will remove "TODO" as a decision is made. IV) Need to test all the changes. Have to get with Sha to test in an AWS instance.