sanoid: remove self-build package (#165)
Reviewed-on: #165 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
3b9accb287
commit
b0cc9943d2
2 changed files with 1 additions and 9 deletions
|
@ -3,8 +3,6 @@
|
|||
sanoid_timer: '*-*-* *:00/5'
|
||||
### when should syncoid be run
|
||||
sanoid_syncoid_timer: '*-*-* *:00:00'
|
||||
### where to download the package
|
||||
sanoid_deb_url: http://docker10.mgrote.net:3344/sanoid_3.0.0.deb
|
||||
|
||||
# ### "Default" Datasets
|
||||
# sanoid_datasets: # dictionary
|
||||
|
@ -31,7 +29,6 @@ sanoid_deb_url: http://docker10.mgrote.net:3344/sanoid_3.0.0.deb
|
|||
sanoid_user: sanoid
|
||||
sanoid_user_group: sanoid
|
||||
|
||||
|
||||
### enable/disable features
|
||||
## enable snapshotting
|
||||
# sanoid_snaps_enable: true
|
||||
|
|
|
@ -11,12 +11,7 @@
|
|||
- libcapture-tiny-perl
|
||||
- pv
|
||||
- libconfig-ini-perl
|
||||
state: present
|
||||
|
||||
- name: install packages from self-build
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
deb: "{{ sanoid_deb_url }}"
|
||||
- sanoid
|
||||
state: present
|
||||
|
||||
- name: Overwrite syncoid script from package
|
||||
|
|
Loading…
Reference in a new issue