mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
parent
2f6966965e
commit
74e8aa22af
30 changed files with 36 additions and 43 deletions
|
@ -487,7 +487,7 @@ class AzureRMVirtualMachine(AzureRMModuleBase):
|
|||
short_hostname=dict(type='str'),
|
||||
vm_size=dict(type='str', choices=[], default='Standard_D1'),
|
||||
admin_username=dict(type='str'),
|
||||
admin_password=dict(type='str', ),
|
||||
admin_password=dict(type='str', no_log=True),
|
||||
ssh_password_enabled=dict(type='bool', default=True),
|
||||
ssh_public_keys=dict(type='list'),
|
||||
image=dict(type='dict'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue