diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-20 17:48:51 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-20 17:48:51 +0000 |
commit | 9b5699db8aab0aeabd4bf6fe388114a710fec41b (patch) | |
tree | 76205c9a6d86cee3b0b86861441986fb549c2022 /essential.yml | |
parent | 79cb41831eaebf9dad86ec75c62e829c4809d3ae (diff) | |
download | infra-9b5699db8aab0aeabd4bf6fe388114a710fec41b.tar.gz infra-9b5699db8aab0aeabd4bf6fe388114a710fec41b.tar.bz2 infra-9b5699db8aab0aeabd4bf6fe388114a710fec41b.zip |
Change directory structure: move playbooks to root
This is necessary to share content between roles without using `..` in
filepaths.
Diffstat (limited to 'essential.yml')
-rw-r--r-- | essential.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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 } |