summaryrefslogtreecommitdiff
path: root/essential.yml
blob: 1d625cee23029f9c441db85e169cefd0ae8e6763 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- name: Essential setup for all hosts
  hosts: all
  roles:
    - { role: users }
    - { role: minimal }
    - { role: sshd }
    - { role: sudo }
    - { role: atop }
    - { role: paccache }
    - { role: ssh }
    - { role: bash }
    - { role: vim }
    - { role: screen }