enable automated setup of physical infrastructure
[integration/packaging/ansible-opendaylight.git] / roles / infra / tasks / set_proxies.yml
1 ---
2   - include: set_bash_proxy.yml
3   - include: set_apt_proxy.yml
4   - include: set_docker_proxy.yml
5
6 # vim: set et sw=2 ts=2 ai ft=yaml :