Hi every body,

I know that It's possible to set environnement variables for one task.

Is that possible to setup environment variables for a whole playbook or 
eventually a role ? (without add environnement keyword in every tasks)

Something like that :
---
 - hosts: webservers
   roles:
     - php
     - nginx
   environment:
     http_proxy: http://my.proxy:8080
   
I have try lot of things and check the source but I find nothing :(

Thanks in advance for your answers,
Best regards,
Julien


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

Reply via email to