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/web.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/web.yml')
-rw-r--r-- | playbooks/web.yml | 7 |
1 files changed, 0 insertions, 7 deletions
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 } |