1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-dirvish synced 2024-09-19 11:09:00 +02:00
Find a file
2021-08-18 01:27:42 +02:00
docs Add support for dirvish-expire 2021-08-18 01:27:42 +02:00
roles Add support for dirvish-expire 2021-08-18 01:27:42 +02:00
.gitlab-ci.yml Documentation & example 2020-10-31 05:23:51 +01:00
galaxy.yml Add support for dirvish-expire 2021-08-18 01:27:42 +02:00
README.md Documentation & example 2020-10-31 05:23:51 +01:00

Ansible Collection - s3lph.dirvish

WIP

Usage

  1. Use the contents of docs/ as a template for your playbook directory
  2. Run ansible-galaxy install -r requirements.yml
  3. 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
  1. Add the snapshot scripts required for your services to the templates/ directory
  2. Configure the variables in group_vars/ and host_vars/
  3. TBD ...