Azure-Samples / ansible-playbooks

Ansible Playbook Samples for Azure
MIT License
224 stars 349 forks source link

Create vmss-autoscale.yml #43

Closed yuwzho closed 5 years ago

yuwzho commented 5 years ago

Purpose

Does this introduce a breaking change?

Pull Request Type

What kind of change does this Pull Request introduce?

How to Test

$ pip install ansible[azure]
$ ansible-galaxy install Azure.azure_preview_modules
$ pip install -r ~/.ansible/roles/Azure.azure_preview_modules/files/requirements-azure.txt
git clone https://github.com/Azure-Samples/ansible-playbooks.git
cd ansible-playbooks
git checkout [branch-name]

What to Check

Verify that the playbook is successfully run.

Other Information

Fred-sun commented 5 years ago

@yuwzho last commit fail! Thanks!

Fred-sun commented 5 years ago

@yuwzho

Fred-sun commented 5 years ago

@yuwzho

Fred-sun commented 5 years ago

@yuwzho Could you help recheck this PR? How about the PR going ahead? merged or further review. I have ran the test YML and get successfully result. Thanks!

yuwzho commented 5 years ago

merge it, The push test fails because the dependency (vmss_create) is not running in the sequence.