Initial Commit
This commit is contained in:
commit
ac2d974e4b
10 changed files with 234 additions and 0 deletions
26
hosts.yml
Normal file
26
hosts.yml
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue