enable automated setup of physical infrastructure
[integration/packaging/ansible-opendaylight.git] / roles / infra / tasks / set_bash_proxy.yml
1 ---
2 - name: Set proxy in bash profile
3   tags:
4     - proxy
5     - network
6   lineinfile:
7     dest: /root/.profile
8     regexp: '^export http_proxy'
9     line: "export http_proxy={{ lab_http_proxy }}"