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

10 lines (8 loc) 207 B
--- - name: Ensure GlusterFS is installed community.general.pacman: name: glusterfs state: present update_cache: true - name: Run generic configuration tasks include_tasks: config-Linux.yml