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 /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 'web.yml')
-rw-r--r-- | web.yml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +- name: Essential setup for all hosts + hosts: web + roles: + # Websites + # - { role: home } + # - { role: ip } + # - { role: blog } |