diff options
Diffstat (limited to 'resources/tools/testbed-setup/ansible')
-rw-r--r-- | resources/tools/testbed-setup/ansible/host_vars/10.30.51.49.yaml | 4 | ||||
-rw-r--r-- | resources/tools/testbed-setup/ansible/production | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/resources/tools/testbed-setup/ansible/host_vars/10.30.51.49.yaml b/resources/tools/testbed-setup/ansible/host_vars/10.30.51.49.yaml new file mode 100644 index 0000000000..598ccff127 --- /dev/null +++ b/resources/tools/testbed-setup/ansible/host_vars/10.30.51.49.yaml @@ -0,0 +1,4 @@ +--- +# file: host_vars/10.30.51.49.yaml + +hostname: "s17-t33-tg1" diff --git a/resources/tools/testbed-setup/ansible/production b/resources/tools/testbed-setup/ansible/production index 77bb20344c..ee25c46326 100644 --- a/resources/tools/testbed-setup/ansible/production +++ b/resources/tools/testbed-setup/ansible/production @@ -26,6 +26,7 @@ all: hosts:
10.30.51.45: null #s2-t21-tg1
10.30.51.48: null #s11-t31-tg1
+ 10.30.51.49: null #s17-t33-tg1
sut:
hosts:
10.30.51.44: null #s1-t21-sut1
|