Hello,

I am new to ansible and trying to create new VM in Azure with azure module 
but getting the error:

failed: [localhost] => {"failed": true, "parsed": false}

failed=True msg='azure required for this module'


Here is the playbook: 


# Provision ubuntu virtual machine example

- hosts: localhost

  connection: local

  tasks:

    - name: install ubuntu  

      azure:

        name: ubuntu-test

        role_size: A2

        image: Ubuntu 15.04

        location: 'East US'

        user: architech

        ssh_cert_path: /Users/someuser/someuser.pem

        storage_account: https://someurl.blob.core.windows.net/vhds

        wait: yes


Any help would be appreciated.


Thank you,

Roman.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/8728edea-d9a5-479c-ac7b-4afc4b7fcdee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to