|
|
|
@ -1,19 +1,26 @@ |
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
- name: Install dependencies |
|
|
|
|
apt: |
|
|
|
|
name: |
|
|
|
|
- libcapture-tiny-perl |
|
|
|
|
- libconfig-inifiles-perl |
|
|
|
|
- pv |
|
|
|
|
- lzop |
|
|
|
|
- mbuffer |
|
|
|
|
- when: ansible_distribution_major_version is version('11', '<') |
|
|
|
|
block: |
|
|
|
|
- name: Install dependencies |
|
|
|
|
apt: |
|
|
|
|
name: |
|
|
|
|
- libcapture-tiny-perl |
|
|
|
|
- libconfig-inifiles-perl |
|
|
|
|
- pv |
|
|
|
|
- lzop |
|
|
|
|
- mbuffer |
|
|
|
|
|
|
|
|
|
- name: Install sanoid |
|
|
|
|
apt: deb=http://ftp.fr.debian.org/debian/pool/main/s/sanoid/sanoid_2.0.3-4_all.deb |
|
|
|
|
|
|
|
|
|
tags: zfs |
|
|
|
|
|
|
|
|
|
- name: Install sanoid |
|
|
|
|
apt: deb=http://ftp.fr.debian.org/debian/pool/main/s/sanoid/sanoid_2.0.3-4_all.deb |
|
|
|
|
- when: ansible_distribution_major_version is version('11', '>=') |
|
|
|
|
apt: name=sanoid |
|
|
|
|
tags: zfs |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Setup sanoid service and timer |
|
|
|
|
template: src=sanoid.{{ item }}.j2 dest=/etc/systemd/system/sanoid.{{ item }} |
|
|
|
|
loop: |
|
|
|
|