summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/dellos6/bootstrap/templates/init.j23
-rw-r--r--roles/dellos6/layer2/tasks/main.yml14
2 files changed, 8 insertions, 9 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
diff --git a/roles/dellos6/layer2/tasks/main.yml b/roles/dellos6/layer2/tasks/main.yml
index a9383e5f..b8bfa968 100644
--- a/roles/dellos6/layer2/tasks/main.yml
+++ b/roles/dellos6/layer2/tasks/main.yml
@@ -1,13 +1,9 @@
---
-# - name: configure vlans
-# dellos6_config:
-# src: vlans.j2
-# replace: block
-# notify: save configuration
-
-- pause:
- prompt: "\n\n{{ lookup('template', 'interfaces.j2') }}\n\n"
- delegate_to: localhost
+- name: configure vlans
+ dellos6_config:
+ src: vlans.j2
+ replace: block
+ notify: save configuration
- name: configure interfaces
dellos6_config: