GoogleCloudPlatform / compute-video-demo-ansible

Supporting details for the Using Ansible on Compute Engine video demo
http://googlecloudplatform.github.io/compute-video-demo-ansible/
Apache License 2.0
123 stars 68 forks source link

Correct, modernize and make more independent of user #12

Open jmcgeheeiv opened 5 years ago

jmcgeheeiv commented 5 years ago

The playbook had drifted away from the text of README.md, so I corrected what I could.

I eliminated literal user name.

I modified the instructions so the credentials_file name is constant.

I modified the instructions so that the current value of project in gce_vars/auth need not be YOUR_PROJECT_ID. This is because it is too easy to forget to change this value from an actual project ID to YOUR_PROJECT_ID before committing.

Replaced deprecated include with import_playbook.

There is no file clean-up.yml, so I corrected it to cleanup.yml. Although I did not say or do anything about it, cleanup.yml is quite broken.