LTS: Performance testing
[csit.git] / resources / tools / testbed-setup / ansible / roles / vexx_hosts / defaults / main.yaml
1 ---
2 # file: roles/vexx_hosts/defaults/main.yaml
3
4 # provision via cobbler
5 provision_enabled: False
6 # name_servers is used in /etc/netplan/01-netcfg.yaml
7 name_servers: "1.1.1.1, 8.8.8.8"
8
9 # Proxy settings: Uncomment and fill the proper values. These variables will be
10 # set globally by writing into /etc/environment file on target machine.
11 #proxy_env:
12 #  http_proxy: http://proxy.com:80
13 #  HTTP_PROXY: http://proxy.com:80
14 #  https_proxy: http://proxy.com:80
15 #  HTTPS_PROXY: http://proxy.com:80
16 #  ftp_proxy: http://proxy.com:80
17 #  FTP_PROXY: http://proxy.com:80
18 #  no_proxy: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}
19 #  NO_PROXY: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}