From a7fffb3f8743a11cf8b0bb0c9357e9a7b7ef3724 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 23 Jun 2019 22:51:16 +0200 Subject: very basic swtich config --- roles/dellos6/bootstrap/templates/init.j2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/dellos6/bootstrap/templates') diff --git a/roles/dellos6/bootstrap/templates/init.j2 b/roles/dellos6/bootstrap/templates/init.j2 index fa453018..08e4310a 100644 --- a/roles/dellos6/bootstrap/templates/init.j2 +++ b/roles/dellos6/bootstrap/templates/init.j2 @@ -29,6 +29,9 @@ key-string row "{{ ssh_key }}" exit {% endfor %} +no application install hiveagent +no application install SupportAssist + enable password {{ ansible_become_password }} end -- cgit v1.2.3