Skip to content

jmoore53/ansible-restore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Restore Ansible Playbook:

Requirements:

  • Vault Password
  • Docker [24.0.2] or:
  • Ansible [core 2.12.10] with localhost access
# Default will list snapshots
docker build -t ansible-restore:latest .
docker run -it --rm --name restic_restore ansible-restore:latest 

# Update the role to restore the snapshot to /tmp/restore-work in the container 
# Not Ideal, but works.
docker build -t ansible-restore:latest .
docker run -it --rm -v /tmp/restore-work:/tmp/restore-work --name restic_restore ansible-restore:latest 

About

Restore files from backup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published