summaryrefslogtreecommitdiff
path: root/roles/dellos6/bootstrap/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-06-23 22:51:16 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-06-23 22:51:16 +0200
commita7fffb3f8743a11cf8b0bb0c9357e9a7b7ef3724 (patch)
tree62a10644305317f9d280ace925c1ddfe6c06b7b8 /roles/dellos6/bootstrap/templates
parentdellos6: basic interface manangement (diff)
very basic swtich config
Diffstat (limited to 'roles/dellos6/bootstrap/templates')
-rw-r--r--roles/dellos6/bootstrap/templates/init.j23
1 files changed, 3 insertions, 0 deletions
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