summaryrefslogtreecommitdiff
path: root/skillz/common.yml
diff options
context:
space:
mode:
Diffstat (limited to 'skillz/common.yml')
-rw-r--r--skillz/common.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/skillz/common.yml b/skillz/common.yml
new file mode 100644
index 00000000..af4b4fda
--- /dev/null
+++ b/skillz/common.yml
@@ -0,0 +1,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