文件名称:ansible-restic:部署restic备份程序
文件大小:25KB
文件格式:ZIP
更新时间:2024-02-21 02:04:57
ansible backup ansible-role restic AnsibleShell
角色扮演:Restic 重要-项目已存档 由于我对维护项目不感兴趣,因此该项目已归档(我不再使用它了)。 如果有人有兴趣维护它,我将很乐意取消存档。 如果您是这样的人,请给我发送电子邮件至 。 描述 部署快速,安全,高效的备份程序。 要求 Ansible> 2.2 bzip2安装在部署程序机器上(与ansible相同) 角色变量 所有可以覆盖的变量都存储在文件以及下表中。 名称 默认值 描述 restic_version 0.9.6 Restic软件包版本。 也接受“最新”作为参数。 restic_user “根” 系统用户运行restic restic_group “根” 系统组运行restic restic_shell “ / bin / false” Restic用户的外壳,如果希望使用它,请更改此外壳 restic_install_path “ / usr / local / bin” 将安装Restic二进制文件的目录 restic_cron_mailto restic_user 谁将Restic Cron的结果邮寄给谁,将其设置为“”以不邮
【文件预览】:
ansible-restic-master
----.travis.yml(436B)
----test-requirements.txt(70B)
----.ansible-lint(23B)
----tasks()
--------main.yml(545B)
--------configure_repos.yml(790B)
--------preflight.yml(1KB)
--------install.yml(2KB)
----defaults()
--------main.yml(2KB)
----templates()
--------restic.sudoers.j2(182B)
--------restic.cron.j2(2KB)
--------restic.helper.j2(570B)
----molecule()
--------latest()
--------alternative()
--------default()
----tox.ini(350B)
----LICENSE(1KB)
----.yamllint(197B)
----CONTRIBUTING.md(4KB)
----vars()
--------main.yml(176B)
----.gitignore(95B)
----CHANGELOG.md(10KB)
----.travis()
--------test.sh(199B)
--------releaser.sh(3KB)
----README.md(5KB)
----meta()
--------main.yml(477B)