summaryrefslogtreecommitdiff
path: root/dan/common.yml
blob: af4b4fdaf2e18dd8df6988363518ec9896a18a43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
- name: Basic Setup
  hosts: "{{ install_hostname }}"
  roles:
  - role: apt-repo/base
    when: ansible_pkg_mgr == "apt"
  - role: core/base
  - role: core/sshd/base
  - role: core/zsh
  - role: core/ntp