--- - name: install glusterfs hosts: server become: yes tasks: - name: ensure gluster-server installed apt: name: glusterfs-server state: latest