From d407aae42e3fe47176c27b6aff82aaa1d6666259 Mon Sep 17 00:00:00 2001 From: Longxiang Lyu Date: Tue, 14 Jul 2020 03:34:06 +0000 Subject: [PATCH] [Ansible] Add ptf_host credential variables Signed-off-by: Longxiang Lyu --- ansible/group_vars/ptf_host/secrets.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ansible/group_vars/ptf_host/secrets.yml diff --git a/ansible/group_vars/ptf_host/secrets.yml b/ansible/group_vars/ptf_host/secrets.yml new file mode 100644 index 00000000000..ba70b8b1134 --- /dev/null +++ b/ansible/group_vars/ptf_host/secrets.yml @@ -0,0 +1,4 @@ +--- +# Please update the actual ptf username and password based on your lab config +ptf_host_user: root +ptf_host_pass: root