diff --git a/defaults/main.yml b/defaults/main.yml new file mode 100644 index 0000000..3852dd2 --- /dev/null +++ b/defaults/main.yml @@ -0,0 +1,8 @@ +--- +# defaults file for skeleton +restic_version: '0.9.5' +restic_install_dir: '/usr/bin' +restic_script_dir: '~/restic' +restic_repos: {} +restic_backups: [] +restic_create_cron: false \ No newline at end of file