--- - name: Setup frontal node hosts: frontal roles: - role: frontal - name: Deploy the nodes for the first time gather_facts: no hosts: all roles: - role: first_connection - name: Common parts for all nodes hosts: all roles: - role: apt - role: common - role: nfs - role: ldap_auth - role: slurm - role: collectd - role: spack # - role: beegfs - name: Monitoring hosts: compute roles: - role: monitor