This role will assume the setup of backup-manager.
It's part of the ELAO Ansible stack but can be used as a stand alone component.
- Ansible 1.9.0+
None.
Using ansible galaxy:
ansible-galaxy install elao.backup-manager
You can add this role as a dependency for other roles by adding the role to the meta/main.yml file of your own role:
dependencies:
- { role: elao.backup-manager }
Name | Default | Type | Description |
---|
- hosts: servers
roles:
- { role: elao.backup-manager }
MIT