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