azure.azcollection.azure_rm_postgresqlflexibleserver module – Manage PostgreSQL Flexible Server instance
Note
This module is part of the azure.azcollection collection (version 3.0.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install azure.azcollection
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: azure.azcollection.azure_rm_postgresqlflexibleserver
.
New in azure.azcollection 2.2.0
Synopsis
Create, update and delete instance of PostgreSQL Flexible Server.
Requirements
The below requirements are needed on the host that executes this module.
python >= 2.7
The host that executes this module must have the azure.azcollection collection installed via galaxy
All python packages listed in collection’s requirements.txt must be installed via pip on the host that executes modules from azure.azcollection
Full installation instructions may be found https://galaxy.ansible.com/azure/azcollection
Parameters
Parameter |
Comments |
---|---|
Active Directory username. Use when authenticating with an Active Directory user rather than service principal. |
|
Azure AD authority url. Use when authenticating with Username/password, and has your own ADFS authority. |
|
The administrator’s login name of a server. Can only be specified when the server is being created (and is required for creation). |
|
The administrator login password (required for server creation). |
|
Selects an API profile to use when communicating with Azure services. Default value of Default: |
|
Use to control if tags field is canonical or just appends to existing tags. When canonical, any tags not found in the tags parameter will be removed from the object’s metadata. Choices:
|
|
Controls the source of the credentials to use for authentication. Can also be set via the When set to When set to When set to When set to When set to The Choices:
|
|
Availability zone information of the server |
|
Backup properties of a server. |
|
Backup retention days for the server. |
|
A value indicating whether Geo-Redundant backup is enabled on the server. Choices:
|
|
Controls the certificate validation behavior for Azure endpoints. By default, all modules will validate the server certificate, but when an HTTPS proxy is in use, or against Azure Stack, it may be necessary to disable this behavior by passing Choices:
|
|
Azure client ID. Use when authenticating with a Service Principal or Managed Identity (msi). Can also be set via the |
|
For cloud environments other than the US public cloud, the environment name (as defined by Azure Python SDK, eg, Default: |
|
The mode to create a new PostgreSQL server. Choices:
|
|
Determines whether or not instance discovery is performed when attempting to authenticate. Setting this to true will completely disable both instance discovery and authority validation. This functionality is intended for use in scenarios where the metadata endpoint cannot be reached such as in private clouds or Azure Stack. The process of instance discovery entails retrieving authority metadata from https://login.microsoft.com/ to validate the authority. By setting this to **True**, the validation of the authority is disabled. As a result, it is crucial to ensure that the configured authority host is valid and trustworthy. Set via credential file profile or the Choices:
|
|
The fully qualified domain name of a server. |
|
High availability properties of a server. |
|
The HA mode for the server. Choices:
|
|
Availability zone information of the standby. |
|
Identity for the Server. |
|
Type of the managed identity Choices:
|
|
User Assigned Managed Identities and its options Default: |
|
If the list of identities has to be appended to current identities (true) or if it has to replace current identities (false) Choices:
|
|
List of the user assigned identities IDs associated to the VM Default: |
|
Whether to restart the Post gresql server. Choices:
|
|
Whether to start the Post gresql server. Choices:
|
|
Whether to stop the Post gresql server. Choices:
|
|
Resource location. If not set, location from the resource group will be used as default. |
|
Parent argument. |
|
Parent argument. |
|
Maintenance window properties of a server. |
|
Indicates whether custom window is enabled or disabled. |
|
Day of week for maintenance window. |
|
Start hour for maintenance window. |
|
Start minute for maintenance window. |
|
The name of the flexible server. |
|
Network properties of a server. |
|
Delegated subnet arm resource id. |
|
Private dns zone arm resource id. |
|
Public network access is enabled or not. Choices:
|
|
Active Directory user password. Use when authenticating with an Active Directory user rather than service principal. |
|
Restore point creation time (ISO8601 format), specifying the time to restore from. It’s required when create_mode=PointInTimeRestore. |
|
Security profile found in ~/.azure/credentials file. |
|
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
|
Azure client secret. Use when authenticating with a Service Principal. |
|
The SKU (pricing tier) of the server. |
|
The name of the sku, typically, tier + family + cores, such as Standard_D4s_v3. |
|
The tier of the particular Choices:
|
|
The source server resource ID to restore from. It’s required when create_mode=PointInTimeRestore |
|
Assert the state of the PostgreSQL Flexible server. Use Choices:
|
|
Storage properties of a server. |
|
The storage size for the server. |
|
Your Azure subscription Id. |
|
Dictionary of string:string pairs to assign as metadata to the object. Metadata tags on the object will be updated with any provided values. To remove tags set append_tags option to false. Currently, Azure DNS zones and Traffic Manager services also don’t allow the use of spaces in the tag. Azure Front Door doesn’t support the use of Azure Automation and Azure CDN only support 15 tags on resources. |
|
Azure tenant ID. Use when authenticating with a Service Principal. |
|
The thumbprint of the private key specified in x509_certificate_path. Use when authenticating with a Service Principal. Required if x509_certificate_path is defined. |
|
PostgreSQL Server version. Choices:
|
|
Path to the X509 certificate used to create the service principal in PEM format. The certificate must be appended to the private key. Use when authenticating with a Service Principal. |
Notes
Note
For authentication with Azure you can pass parameters, set environment variables, use a profile stored in ~/.azure/credentials, or log in before you run your tasks or playbook with
az login
.Authentication is also possible using a service principal or Active Directory user.
To authenticate via service principal, pass subscription_id, client_id, secret and tenant or set environment variables AZURE_SUBSCRIPTION_ID, AZURE_CLIENT_ID, AZURE_SECRET and AZURE_TENANT.
To authenticate via Active Directory user, pass ad_user and password, or set AZURE_AD_USER and AZURE_PASSWORD in the environment.
Alternatively, credentials can be stored in ~/.azure/credentials. This is an ini file containing a [default] section and the following keys: subscription_id, client_id, secret and tenant or subscription_id, ad_user and password. It is also possible to add additional profiles. Specify the profile by passing profile or setting AZURE_PROFILE in the environment.
See Also
See also
- Sign in with Azure CLI
How to authenticate using the
az login
command.
Examples
- name: Create (or update) PostgreSQL Flexible Server
azure_rm_postgresqlflexibleserver:
resource_group: myResourceGroup
name: testserver
sku:
name: Standard_B1ms
tier: Burstable
administrator_login: azureuser
administrator_login_password: "{{ password }}"
version: 12
storage:
storage_size_gb: 128
fully_qualified_domain_name: st-private-dns-zone.postgres.database.azure.com
backup:
backup_retention_days: 7
geo_redundant_backup: Disabled
maintenance_window:
custom_window: Enabled
start_hour: 8
start_minute: 0
day_of_week: 0
point_in_time_utc: 2023-05-31T00:28:17.7279547+00:00
availability_zone: 1
create_mode: Default
- name: Delete PostgreSQL Flexible Server
azure_rm_postgresqlflexibleserver:
resource_group: myResourceGroup
name: testserver
state: absent
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
A list of dictionaries containing facts for PostgreSQL Flexible servers. Returned: always |
|
The administrator’s login name of a server. Returned: always Sample: |
|
Availability zone information of the server. Returned: always Sample: |
|
Backup properties of a server. Returned: always |
|
Backup retention days for the server. Returned: always Sample: |
|
A value indicating whether Geo-Redundant backup is enabled on the server. Returned: always Sample: |
|
The fully qualified domain name of the flexible server. Returned: always Sample: |
|
High availability properties of a server. Returned: always |
|
The HA mode for the server. Returned: always Sample: |
|
availability zone information of the standby. Returned: always |
|
Resource ID of the postgresql flexible server. Returned: always Sample: |
|
The location the resource resides in. Returned: always Sample: |
|
Maintenance window properties of a server. Returned: always |
|
Indicates whether custom window is enabled or disabled. Returned: always Sample: |
|
Day of week for maintenance window. Returned: always Sample: |
|
Start hour for maintenance window. Returned: always Sample: |
|
Start minute for maintenance window. Returned: always Sample: |
|
Resource name. Returned: always Sample: |
|
Network properties of a server. Returned: always |
|
Delegated subnet arm resource id. Returned: always |
|
Private dns zone arm resource id. Returned: always |
|
Public network access is enabled or not. Returned: always Sample: |
|
Restore point creation time (ISO8601 format). Returned: always |
|
Resource group name. Returned: always Sample: |
|
The SKU of the server. Returned: always |
|
The name of the SKU. Returned: always Sample: |
|
The tier of the particular SKU. Returned: always Sample: |
|
The source server resource ID to restore from. Returned: always |
|
The maximum storage allowed for a server. Returned: always |
|
ax storage allowed for a server. Returned: always Sample: |
|
The system metadata relating to this resource. Returned: always |
|
The timestamp of resource creation (UTC). Returned: always |
|
The identity that created the resource. Returned: always |
|
The type of identity that created the resource. Returned: always |
|
The timestamp of resource last modification (UTC). Returned: always |
|
The identity that last modified the resource. Returned: always |
|
The type of identity that last modified the resource. Returned: always |
|
Tags assigned to the resource. Dictionary of string:string pairs. Returned: always Sample: |
|
Flexible Server version. Returned: always Can only return:
Sample: |