I am writing my own module, similar to keystone_user to configure keystone 
services and endpoints. I made keystone_endpoint file very similar to 
keystone_user. And in the task file, have the following:

- name: configure cinder service
  keystone_endpoint: service_name=cinder service_type=volume token="xxx" 
endpoint=http://{{ ansible_default_ipv4.address }}:35357/v2.0 ...

For some reason, the {{ ansible_default_ipv4.address }} part isn't expanded 
in the parameter file copied to the remote host. Anything I forgot to add 
maybe?

Thanks..

-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to