Skip to content
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

Update the example #53

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelogs/fragments/20240305-update_postgresql_example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- "Update example in roles/azure_manage_postgresql/README.md"
5 changes: 3 additions & 2 deletions roles/azure_manage_postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ Example Playbook
- hosts: localhost
roles:
- role: cloud.azure_ops.azure_manage_postgresql
azure_manage_postgresql_postgresql_name: postgresql-server
azure_manage_postgresql_operation: "create"
azure_manage_postgresql_region: "eastus"
azure_manage_postgresql_resource_group: "postgresql-rg"
azure_manage_postgresql_postgresql_backup_retention_days: 10
azure_manage_postgresql_postgresql_admin_username: ansible
azure_manage_postgresql_postgresql_admin_password: ansible-testing-123
azure_manage_postgresql_postgresql_storage_mb: 506895
azure_manage_postgresql_postgresql_storage_mb: 5120
azure_manage_postgresql_postgresql_sku:
name: B_Gen5_1
tier: Basic
Expand All @@ -90,4 +91,4 @@ See [LICENCE](https://github.com/redhat-cop/cloud.azure_ops/blob/main/LICENSE) t
Author Information
------------------

- Ansible Cloud Content Team
- Ansible Cloud Content Team
Loading