Azure-Samples / ansible-playbooks

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

Sql managed instance #42

Closed zikalino closed 6 years ago

zikalino commented 6 years ago

Purpose

SQL Managed instance sample -- mostly using REST API as modules not available

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 6 years ago

@zikalino Could you help recheck this PR? the last time submission unsuccessful. Thanks!

yungezz commented 6 years ago

pls make this new yaml excluded in .travis.yml

zikalino commented 6 years ago

@yungezz file is excluded now

zikalino commented 6 years ago

@yungezz please recheck this pr