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 /playbooks/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 'playbooks/essential.yml')
-rw-r--r-- | playbooks/essential.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/playbooks/essential.yml b/playbooks/essential.yml deleted file mode 100644 index dc08d81..0000000 --- a/playbooks/essential.yml +++ /dev/null @@ -1,7 +0,0 @@ -- name: Essential setup for all hosts - hosts: all - roles: - - { role: minimal } - - { role: users } - - { role: sudo } - - { role: atop } |