From 012070c3cd5194c6efa8c8c0b4df23680a833866 Mon Sep 17 00:00:00 2001 From: trondhindenes Date: Wed, 1 Jun 2016 21:18:56 +0200 Subject: [PATCH] azure_rm_deploy docfix (#2354) --- .../modules/extras/cloud/azure/azure_rm_deployment.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/ansible/modules/extras/cloud/azure/azure_rm_deployment.py b/lib/ansible/modules/extras/cloud/azure/azure_rm_deployment.py index 2d72436232f..dea06276775 100644 --- a/lib/ansible/modules/extras/cloud/azure/azure_rm_deployment.py +++ b/lib/ansible/modules/extras/cloud/azure/azure_rm_deployment.py @@ -37,6 +37,15 @@ options: - The geo-locations in which the resource group will be located. required: false default: westus + deployment_mode: + description: + - In incremental mode, resources are deployed without deleting existing resources that are not included in the template. + In complete mode resources are deployed and existing resources in the resource group not included in the template are deleted. + required: false + default: complete + choices: + - complete + - incremental state: description: - If state is "present", template will be created. If state is "present" and if deployment exists, it will be