mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
update tags for azure resources
This commit is contained in:
parent
07ebb4bf70
commit
0d1731e058
1 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
||||||
name: "{{ resource_group }}"
|
name: "{{ resource_group }}"
|
||||||
location: "{{ region }}"
|
location: "{{ region }}"
|
||||||
tags:
|
tags:
|
||||||
service: algo
|
Environment: Algo
|
||||||
|
|
||||||
- name: Create a virtual network
|
- name: Create a virtual network
|
||||||
azure_rm_virtualnetwork:
|
azure_rm_virtualnetwork:
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
name: algo_net
|
name: algo_net
|
||||||
address_prefixes: "10.10.0.0/16"
|
address_prefixes: "10.10.0.0/16"
|
||||||
tags:
|
tags:
|
||||||
service: algo
|
Environment: Algo
|
||||||
|
|
||||||
- name: Create a subnet
|
- name: Create a subnet
|
||||||
azure_rm_subnet:
|
azure_rm_subnet:
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
address_prefix: "10.10.0.0/24"
|
address_prefix: "10.10.0.0/24"
|
||||||
virtual_network: algo_net
|
virtual_network: algo_net
|
||||||
tags:
|
tags:
|
||||||
service: algo
|
Environment: Algo
|
||||||
|
|
||||||
- name: Create an instance
|
- name: Create an instance
|
||||||
azure_rm_virtualmachine:
|
azure_rm_virtualmachine:
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
ssh_password_enabled: false
|
ssh_password_enabled: false
|
||||||
vm_size: Standard_D1
|
vm_size: Standard_D1
|
||||||
tags:
|
tags:
|
||||||
service: algo
|
Environment: Algo
|
||||||
ssh_public_keys:
|
ssh_public_keys:
|
||||||
- { path: "/home/ubuntu/.ssh/authorized_keys", key_data: "{{ lookup('file', '{{ SSH_keys.public }}') }}" }
|
- { path: "/home/ubuntu/.ssh/authorized_keys", key_data: "{{ lookup('file', '{{ SSH_keys.public }}') }}" }
|
||||||
image:
|
image:
|
||||||
|
|
Loading…
Add table
Reference in a new issue