summaryrefslogtreecommitdiff
path: root/essential.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-01-06 18:38:35 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-01-06 18:38:35 +0000
commit170d68e7bc658c6bc0be2374f3043f8dcea2f499 (patch)
tree3d4a59245e4fcb7766706893d2bfa06b5ee3a9f0 /essential.yml
parenta2f60b8691706d67c1b5446a78f8bebd541f554c (diff)
downloadinfra-170d68e7bc658c6bc0be2374f3043f8dcea2f499.tar.gz
infra-170d68e7bc658c6bc0be2374f3043f8dcea2f499.tar.bz2
infra-170d68e7bc658c6bc0be2374f3043f8dcea2f499.zip
Move playbooks to a separate directory
Diffstat (limited to 'essential.yml')
-rw-r--r--essential.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/essential.yml b/essential.yml
deleted file mode 100644
index dc08d81..0000000
--- a/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 }