Please im relatively new with ansiible and having an issue.
Using the Linode Module to Create a new Linode instance. The Instance is
created but with the wrong linode_id
- name: Create linode machine
linode:
api_key: 'My_Api_key'
name: server
plan: 1
datacenter: 7
distribution: 140
password: 'Some_password'
linode_id: 12345678
ssh_pub_key: 's......'
wait: yes
wait_timeout: 600
state: present
I assume the Linode instance is supposed to have an Id of 12345678, but
that's not the Linode ID of the created instance. It's been set to an
arbitrary numeric value.
Please how do i correct this?
--
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/df255331-cc29-414f-9db1-fbfc0705fb1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.