
Building on from the previous commit https://review.openstack.org/427869 this add in a proxy role which sets up the environment and apt in case this machine is based behind some form of proxy. Change-Id: I1f2266f6443354aa954438801c0ddc84e78d6994
3 lines
93 B
Django/Jinja
3 lines
93 B
Django/Jinja
### MANAGED BY {{ role_path|basename }} ANSIBLE ROLE ###
|
|
Acquire::http::Proxy "{{ proxy }}";
|