summaryrefslogtreecommitdiff
path: root/chaos-at-home/common.yml
blob: 59024522ace8a353527e1866d50f02020867da22 (plain) (blame)
1
2
3
4
5
6
7
8
---
- name: Basic Setup
  hosts: "{{ install_hostname }}"
  roles:
  - role: base
  - role: sshd
  - role: zsh
  - role: apt-repo/base