Skip to content
/ backups Public

Linux machine configuration backup automation in Ansible

Notifications You must be signed in to change notification settings

panc86/backups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 

Repository files navigation

Backups

Automate Linux machine set up using Ansible playbooks

Requirements

sudo apt install ansible-core

Backup

ansible-playbook ./playbooks/backup/<component>.yaml

IMPORTANT Commit and push changes to Github after each backup to ensure they are available for other Linux machines

Restore

ansible-playbook ./playbooks/restore/<component>.yaml

Install

ansible-playbook ./playbooks/install/<component>.yaml

About

Linux machine configuration backup automation in Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages