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

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backups

Automate Linux machine set up using Ansible playbooks

Requirements

Requires Poetry

# install requirements
poetry install

Backup

poetry run 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

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

Install

poetry run 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