-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysql sample updated #50
base: master
Are you sure you want to change the base?
Conversation
Below description is not correct. |
@kyliel thanks! I will fix it |
--- | ||
- hosts: localhost | ||
vars: | ||
resource_group: zimspostgresrg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename to myTestResourceGroup
@@ -14,7 +14,7 @@ | |||
#roles: | |||
# - Azure.azure_preview_modules | |||
vars: | |||
resource_group: "{{ resource_group_name }}" | |||
resource_group: zimspostgresrg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls rename resource group
@@ -31,8 +31,8 @@ | |||
resource_group: "{{ resource_group }}" | |||
name: "{{ mysqlserver_name }}" | |||
sku: | |||
name: GP_Gen4_2 | |||
tier: GeneralPurpose | |||
name: B_Gen5_1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which one is cheaper? pls use cheapest one
@zikalino, reviewers request change, Thanks! |
@zikalino need you update |
kindly ping |
@zikalino need you udpate |
@zikalino Please help take a look this when you're available and push for merged. Thanks! |
@zikalino Please take a look this when you're available! Thanks! |
@zikalino Please help take a look this PR when you're available! Thanks! |
kindly ping |
@zikalino Please update the PR according by the above comment? Push this to review! Thank you very much! |
@zikalino need you changed! Thanks a lot! |
@zikalino Need you to change! Please update when you're free! Thank you very much! |
|
||
--- | ||
- hosts: localhost | ||
vars: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the definition variable 'admin_password'.
@zikalino This PR has been open for a long time, please follow the comments to change and promote the review. Thank you very much! |
@zikalino How will this PR be handled? hasn't been updated in a long time. Please check, thank you very much! |
@zikalino Please help finish PR changed and push for review when you're free! Thanks a lot! |
@zikalino Please help update this PR when you're free! Thank you very much! |
kindly ping |
@zikalino Can you help complete the change of PR and promote the merger? It's been around for a long time--Not much to change!. Thank you very much! |
@zikalino Thank you for taking the time to contribute to this PR. We will transfer ansible 's azure module related Issue and PR to azure collection (https://github.com/ansible-collections/azure/pulls), can you transfer the Issue to azure collection repo? |
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
$ ansible-galaxy install Azure.azure_preview_modules $ pip install -r ~/.ansible/roles/Azure.azure_preview_modules/files/requirements-azure.txt
What to Check
Verify that the playbook is successfully run.
Other Information