mirror of
https://gitlab.com/s3lph/ansible-collection-dirvish
synced 2024-11-10 03:16:22 +01:00
docs | ||
roles | ||
.gitlab-ci.yml | ||
galaxy.yml | ||
README.md |
Ansible Collection - s3lph.dirvish
WIP
Usage
- Use the contents of
docs/
as a template for your playbook directory - Run
ansible-galaxy install -r requirements.yml
- Add your backup servers as well as backed-up clients to the inventory
- Don't add the clients all at once; instead run the playbook after adding each client and initialize the client
- Add the snapshot scripts required for your services to the
templates/
directory - Configure the variables in
group_vars/
andhost_vars/
- TBD ...