February 2018
Intermediate to advanced
200 pages
5h 51m
English
- name: Create resource group azure_rm_resourcegroup: name: example location: "{{azure_region}}" tags:
env: testing
tags:
- recipe4
- name: Create a storage account azure_rm_storageaccount: resource_group: example name: examplestorage01 type: Standard_RAGRS location: "{{azure_region}}" tags: - env: testing tags: - recipe4
- name: Create VM azure_rm_virtualmachine: resource_group: example name: first_vm location: "{{azure_region}}" vm_size: Standard_D4 storage_account: examplestorage01 admin_username: cookbook ssh_public_keys: - path: /home/admin/.ssh/authorized_keys key_data: "ssh-rsa ...
Read now
Unlock full access