From 9b5699db8aab0aeabd4bf6fe388114a710fec41b Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 20 Jan 2024 17:48:51 +0000 Subject: Change directory structure: move playbooks to root This is necessary to share content between roles without using `..` in filepaths. --- essential.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 essential.yml (limited to 'essential.yml') diff --git a/essential.yml b/essential.yml new file mode 100644 index 0000000..dc08d81 --- /dev/null +++ b/essential.yml @@ -0,0 +1,7 @@ +- name: Essential setup for all hosts + hosts: all + roles: + - { role: minimal } + - { role: users } + - { role: sudo } + - { role: atop } -- cgit v1.2.3-70-g09d2