Commented out vty lines
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -14,12 +14,12 @@
|
|||||||
users: "{{ users }}"
|
users: "{{ users }}"
|
||||||
update_password: always
|
update_password: always
|
||||||
|
|
||||||
- name: configure vty lines
|
# - name: configure vty lines
|
||||||
ios_config:
|
# ios_config:
|
||||||
before: "line vty 0 4"
|
# before: "line vty 0 4"
|
||||||
lines:
|
# lines:
|
||||||
- login local
|
# - login local
|
||||||
- transport input ssh
|
# - transport input ssh
|
||||||
|
|
||||||
- name: configure http management
|
- name: configure http management
|
||||||
ios_config:
|
ios_config:
|
||||||
@ -27,9 +27,6 @@
|
|||||||
- no ip http server
|
- no ip http server
|
||||||
- no ip http secure-server
|
- no ip http secure-server
|
||||||
|
|
||||||
# - debug:
|
|
||||||
# var: hostvars
|
|
||||||
|
|
||||||
- name: configure interfaces
|
- name: configure interfaces
|
||||||
ios_interfaces:
|
ios_interfaces:
|
||||||
config: "{{ hostvars[inventory_hostname]['interfaces'] }}"
|
config: "{{ hostvars[inventory_hostname]['interfaces'] }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user