0
私は作業中です。プレイブックを使用してAzureインスタンスを作成することはできません。以下のエラーが表示されます。作成のためのプレイブックを作成するAzureインスタンス
[WARNING]: Found both group and host with same name: localhost
[DEPRECATION WARNING]: azure is kept for backwards compatibility but usage is discouraged. The module documentation details page may explain more about this
rationale.. This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
PLAY [localhost] ********************************************************************************************************************************************
TASK [create VM] ********************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Unsupported parameters for (azure) module: Subscription_ID Supported parameters include: auto_updates,enable_winrm,endpoints,hostname,image,location,management_cert_path,name,os_type,password,role_size,ssh_cert_path,state,storage_account,subscription_id,user,virtual_network_name,wait,wait_timeout,wait_timeout_redirects"}
to retry, use: --limit @/etc/ansible/int.retry
PLAY RECAP **************************************************************************************************************************************************
localhost : ok=0 changed=0 unreachable=0 failed=1
お寄せいただきありがとうございます –