- name: basic setup for all hosts hosts: all remote_user: root roles: - { role: common, tags: ['common'] } - { role: tools, tags: ['tools'] } # reconfiguring sshd may break the AUR on luna (unchecked) - { role: sshd, tags: ['sshd'] } - { role: root_ssh, tags: ['root_ssh'] } - { role: borg-client, tags: ["borg"], when: "'borg-clients' in group_names" } - { role: netctl, tags: ['netctl'] } - { role: bashit, tags: ['bashit'] } - { role: archusers, tags: ['archusers'] }