UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

28 lines (26 loc) 666 B
--- # @var sanoid_templates: [] # List of custom templates to add to the configuration and their settings sanoid_templates: [] # @example # # sanoid_templates: # - name: production # settings: | # frequently = 0 # hourly = 36 # daily = 30 # monthly = 1 # yearly = 0 # autosnap = yes # autoprune = yes # @end # @var sanoid_zfs_dataset: [] # List of Path to ZFS datasets that will be processed for taking snapshots and the settings for the datasets sanoid_zfs_dataset: [] # @example # # sanoid_zfs_dataset: # - name: rpool/vms/ubuntu # settings: | # use_template = production # recursive = yes # @end