aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/vexx_hosts/defaults/main.yaml
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2020-05-13 11:46:46 +0000
committerPeter Mikus <pmikus@cisco.com>2020-05-14 11:56:49 +0000
commit69e76e53c1d01ae735ca82f778a112d49f1b7d3f (patch)
treee1d809948f666885605575768abcfcf44ce47ab1 /resources/tools/testbed-setup/ansible/roles/vexx_hosts/defaults/main.yaml
parent1347952646201a149feee747e22db7cd71252919 (diff)
Ansible: Small maintenance
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I542401d77a777dfc2d930de626e19c1d8083941c (cherry picked from commit f9f7672ff42274dd05320c153cd8efc7a9986e7e)
Diffstat (limited to 'resources/tools/testbed-setup/ansible/roles/vexx_hosts/defaults/main.yaml')
-rw-r--r--resources/tools/testbed-setup/ansible/roles/vexx_hosts/defaults/main.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/resources/tools/testbed-setup/ansible/roles/vexx_hosts/defaults/main.yaml b/resources/tools/testbed-setup/ansible/roles/vexx_hosts/defaults/main.yaml
deleted file mode 100644
index 37b48f81c2..0000000000
--- a/resources/tools/testbed-setup/ansible/roles/vexx_hosts/defaults/main.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-# file: roles/vexx_hosts/defaults/main.yaml
-
-# provision via cobbler
-provision_enabled: False
-# name_servers is used in /etc/netplan/01-netcfg.yaml
-name_servers: "1.1.1.1, 8.8.8.8"
-
-# Proxy settings: Uncomment and fill the proper values. These variables will be
-# set globally by writing into /etc/environment file on target machine.
-#proxy_env:
-# http_proxy: http://proxy.com:80
-# HTTP_PROXY: http://proxy.com:80
-# https_proxy: http://proxy.com:80
-# HTTPS_PROXY: http://proxy.com:80
-# ftp_proxy: http://proxy.com:80
-# FTP_PROXY: http://proxy.com:80
-# no_proxy: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}
-# NO_PROXY: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}