diff --git a/plugins/modules/azure_rm_publicipaddress.py b/plugins/modules/azure_rm_publicipaddress.py index 9970e76e4..c0635cbe4 100644 --- a/plugins/modules/azure_rm_publicipaddress.py +++ b/plugins/modules/azure_rm_publicipaddress.py @@ -30,7 +30,7 @@ allocation_method: description: - Control whether the assigned Public IP remains permanently assigned to the object. - - If not set to C(Static), the IP address my changed anytime an associated virtual machine is power cycled. + - If not set to C(Static), the IP address may changed anytime an associated virtual machine is power cycled. choices: - dynamic - static diff --git a/plugins/modules/azure_rm_virtualmachine.py b/plugins/modules/azure_rm_virtualmachine.py index 6109468f8..01a93ae24 100644 --- a/plugins/modules/azure_rm_virtualmachine.py +++ b/plugins/modules/azure_rm_virtualmachine.py @@ -441,7 +441,7 @@ admin_username: "{{ username }}" ssh_public_keys: - path: /home/adminUser/.ssh/authorized_keys - key_data: < insert yor ssh public key here... > + key_data: < insert your ssh public key here... > network_interfaces: testvm001 image: offer: CentOS @@ -458,7 +458,7 @@ admin_username: "{{ username }}" ssh_public_keys: - path: /home/adminUser/.ssh/authorized_keys - key_data: < insert yor ssh public key here... > + key_data: < insert your ssh public key here... > image: offer: CoreOS publisher: CoreOS @@ -480,7 +480,7 @@ ssh_password_enabled: false ssh_public_keys: - path: /home/adminUser/.ssh/authorized_keys - key_data: < insert yor ssh public key here... > + key_data: < insert your ssh public key here... > network_interfaces: testvm001 storage_container: osdisk storage_blob: osdisk.vhd @@ -531,7 +531,7 @@ image: id: '{{image_id}}' -- name: Create VM with spcified OS disk size +- name: Create a VM with spcified OS disk size azure_rm_virtualmachine: resource_group: myResourceGroup name: big-os-disk @@ -544,7 +544,7 @@ sku: '7.1' version: latest -- name: Create VM with OS and Plan, accepting the terms +- name: Create a VM with OS and Plan, accepting the terms azure_rm_virtualmachine: resource_group: myResourceGroup name: f5-nva diff --git a/plugins/modules/azure_rm_virtualmachinescaleset.py b/plugins/modules/azure_rm_virtualmachinescaleset.py index b14c6bf11..6a16885b8 100644 --- a/plugins/modules/azure_rm_virtualmachinescaleset.py +++ b/plugins/modules/azure_rm_virtualmachinescaleset.py @@ -289,7 +289,7 @@ ssh_password_enabled: false ssh_public_keys: - path: /home/adminUser/.ssh/authorized_keys - key_data: < insert yor ssh public key here... > + key_data: < insert your ssh public key here... > managed_disk_type: Standard_LRS image: offer: CoreOS @@ -315,7 +315,7 @@ ssh_password_enabled: false ssh_public_keys: - path: /home/adminUser/.ssh/authorized_keys - key_data: < insert yor ssh public key here... > + key_data: < insert your ssh public key here... > managed_disk_type: Standard_LRS image: offer: cis-ubuntu-linux-1804-l1