From 0d1731e05839b6484773e1fbe2a11327a4d3e12f Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Mon, 6 Mar 2017 21:24:48 +0300 Subject: [PATCH] update tags for azure resources --- roles/cloud-azure/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/cloud-azure/tasks/main.yml b/roles/cloud-azure/tasks/main.yml index 53d54a6..6a89a3b 100644 --- a/roles/cloud-azure/tasks/main.yml +++ b/roles/cloud-azure/tasks/main.yml @@ -12,7 +12,7 @@ name: "{{ resource_group }}" location: "{{ region }}" tags: - service: algo + Environment: Algo - name: Create a virtual network azure_rm_virtualnetwork: @@ -24,7 +24,7 @@ name: algo_net address_prefixes: "10.10.0.0/16" tags: - service: algo + Environment: Algo - name: Create a subnet azure_rm_subnet: @@ -37,7 +37,7 @@ address_prefix: "10.10.0.0/24" virtual_network: algo_net tags: - service: algo + Environment: Algo - name: Create an instance azure_rm_virtualmachine: @@ -52,7 +52,7 @@ ssh_password_enabled: false vm_size: Standard_D1 tags: - service: algo + Environment: Algo ssh_public_keys: - { path: "/home/ubuntu/.ssh/authorized_keys", key_data: "{{ lookup('file', '{{ SSH_keys.public }}') }}" } image: