Initial Commit

This commit is contained in:
chale 2025-05-20 16:31:56 -06:00
commit ac2d974e4b
10 changed files with 234 additions and 0 deletions

26
hosts.yml Normal file
View file

@ -0,0 +1,26 @@
---
# file: hosts.yml
sanoid:
hosts:
Server1:
ansible_host: 10.1.25.67
sanoid_config:
pools:
- name: rpool
template: production
recursive: zfs
- name: rpool/zfs-share
template: production
recursive: zfs
templates:
- name: production
hourly: 24
daily: 30
montly: 3
yearly: 0
autosnap: yes
autoprune: yes
vars:
ansible_user: root
ansible_ssh_common_args: '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'