forked from jakub/ansible
Update mikrotikbackup.yml
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
current_date: "{{ date_output.stdout }}"
|
||||
|
||||
- name: Export router config
|
||||
shell: timeout 15 ssh -o StrictHostKeyChecking=no {{ ansible_user }}@{{ ansible_host }} -p {{ ansible_port }} "/export"
|
||||
shell: timeout 15 ssh -o StrictHostKeyChecking=no {{ ansible_user }}@{{ ansible_host }} -p {{ ansible_port }} "/export show-sensitive"
|
||||
register: export_output
|
||||
delegate_to: localhost
|
||||
when: system_identity.rc == 0
|
||||
|
||||
Reference in New Issue
Block a user