An open API service indexing awesome lists of open source software.

https://github.com/nmake/backup_manager


https://github.com/nmake/backup_manager

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Backup Manager

## Overview

Backup Manager is an Ansible Role for network engineers and network operators. It provides functions to `backup` and `restore` configurations to/from `git` repository.

## Quick start

### Download from ansible galaxy

1) Download the role from ansible_galaxy into your roles directory
```
ansible-galaxy install -p roles nmake.backup_manager
```
2) Call the role by loading it at the top of your playbook

```
- hosts: localhost
gather_facts: False
roles:
- role: nmake.backup_manager
function: backup
```
3) Run your playbook