summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-jump.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-05-31 23:12:36 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-05-31 23:12:36 +0200
commit3a2319c9c58886a7938deabafc66ad4bc128c9f8 (patch)
tree222b41b5b49633b9156c070df830d5c73617edd7 /chaos-at-home/ch-jump.yml
parentchaos-at-home: deploy apt-repo/base to some more hosts (diff)
move core roles to subdir
Diffstat (limited to 'chaos-at-home/ch-jump.yml')
-rw-r--r--chaos-at-home/ch-jump.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chaos-at-home/ch-jump.yml b/chaos-at-home/ch-jump.yml
index ba7e640d..82013d21 100644
--- a/chaos-at-home/ch-jump.yml
+++ b/chaos-at-home/ch-jump.yml
@@ -2,8 +2,8 @@
- name: Basic Setup
hosts: ch-jump
roles:
- - role: base
- - role: sshd
- - role: zsh
+ - role: core/base
+ - role: core/sshd
+ - role: core/zsh
- role: apt-repo/base
- role: admin-user