summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-01-20 17:48:51 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-01-20 17:48:51 +0000
commit9b5699db8aab0aeabd4bf6fe388114a710fec41b (patch)
tree76205c9a6d86cee3b0b86861441986fb549c2022 /playbooks
parent79cb41831eaebf9dad86ec75c62e829c4809d3ae (diff)
downloadinfra-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')
-rw-r--r--playbooks/essential.yml7
-rw-r--r--playbooks/web.yml7
2 files changed, 0 insertions, 14 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 }
diff --git a/playbooks/web.yml b/playbooks/web.yml
deleted file mode 100644
index ca14fd1..0000000
--- a/playbooks/web.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-- name: Essential setup for all hosts
- hosts: web
- roles:
- # Websites
- # - { role: home }
- # - { role: ip }
- # - { role: blog }