Hello,

I want to test the new proxmox module for ansible 2.0. I followed the 
instructions for building and installing ansible from source. When I run my 
testing playbook it produces an error, any ideas on how I can get this 
thing working ?

ERROR! 'proxmox' is not a valid attribute for a Play


The error appears to have been in 
'/home/rreeves/git_repos/ansible-test-02/proxmox.yml': line 3, column 3, 
but may
be elsewhere in the file depending on the exact syntax problem.


The offending line appears to be:


# Create new containers
- name: Create test-system-01
  ^ here


this is my testing playbook

---
# Create new containers
- name: Create test-system-01
  proxmox: vmid=110 node='cluster001' api_user='root@pam' api_password=
'test1234' api_host='proxmox01' password='password1234' hostname=
'test-system-01' ostemplate='local:iso/ubuntu-14.04.3-server-amd64.iso'


- name: Create test-system-02
  proxmox: vmid=111 node='cluster001' api_user='root@pam' api_password=
'test1234' api_host='proxmox02' password='password1234' hostname=
'test-system-02' ostemplate='local:iso/ubuntu-14.04.3-server-amd64.iso



checking version

ansible 2.0.0
  config file = 
  configured module search path = None




-- 
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/566d923f-9324-4d85-b9d9-9c02e7dc360c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to