I first time configurating ansible. I use ansible-playbook 1.7.2, ubuntu 
14.10 (this last version ansible in my ububntu). I am configured playbook 
and task, created inventory file.
I started ansible follow command
ansible-playbook -i /etc/ansible/inventory 
/etc/ansible/roles/preconf/tasks/test_new.yml -v --list-hosts --list-tasks

contents my inventory file

[testserver]

10.95.46.117 ansible_ssh_port=5555 ansible_ssh_host=10.95.46.117 
ansible_ssh_use

and receipt error:
ERROR: Invalid ini entry: This - need more than 1 value to unpack

In what my error? What i do wrong?

-- 
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/c7c6a47a-153e-4a17-aa35-0611f08fc043%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to