Skip to content

Commit

Permalink
Update backup.yml sample with task to upload Backup file (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Nikulin authored and sdbrain committed Nov 29, 2019
1 parent c696736 commit a118bbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions samples/ftd_configuration/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@
object: /backups/ftd.backup
src: /tmp/ftd.backup
mode: put

- name: Upload the backup file back to FTD
ftd_file_upload:
operation: postuploadbackup
file_to_upload: /tmp/ftd.backup
register_as: uploadedBackupFile
vars:
ansible_command_timeout: 300

0 comments on commit a118bbf

Please sign in to comment.