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 ⛽🔥🤤

9 lines (7 loc) 191 B
--- - name: Ensure ZFS is installed apt: name: zfsutils-linux state: "{{ app_state | default('present') }}" - name: Run Linux installation tasks include_tasks: install-Linux.yml