From 6b8ac7e0da442c7441341079531edc79598a267d Mon Sep 17 00:00:00 2001 From: Accendit <36697826+Accendit@users.noreply.github.com> Date: Mon, 11 May 2020 22:30:01 +0200 Subject: [PATCH] Commented out vty lines --- roles/common/tasks/main.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index d1f43ce..11797c9 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -14,12 +14,12 @@ users: "{{ users }}" update_password: always -- name: configure vty lines - ios_config: - before: "line vty 0 4" - lines: - - login local - - transport input ssh +# - name: configure vty lines +# ios_config: +# before: "line vty 0 4" +# lines: +# - login local +# - transport input ssh - name: configure http management ios_config: @@ -27,9 +27,6 @@ - no ip http server - no ip http secure-server -# - debug: -# var: hostvars - - name: configure interfaces ios_interfaces: config: "{{ hostvars[inventory_hostname]['interfaces'] }}"