summaryrefslogtreecommitdiff
path: root/essential.yml
blob: c2705d76e67a2f3a30432d6bcc895bd8a1d9d5c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
- name: Essential setup for all hosts
  hosts: all
  roles:
    - { role: minimal }
    - { role: sshd }
    - { role: sudo }
    - { role: atop }
    # Users should come last in case other roles install packages with system
    # user and/or groups creation to achieve proper reentrancy.
    - { role: users }