From 9b5699db8aab0aeabd4bf6fe388114a710fec41b Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 20 Jan 2024 17:48:51 +0000 Subject: Change directory structure: move playbooks to root This is necessary to share content between roles without using `..` in filepaths. --- web.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 web.yml (limited to 'web.yml') diff --git a/web.yml b/web.yml new file mode 100644 index 0000000..ca14fd1 --- /dev/null +++ b/web.yml @@ -0,0 +1,7 @@ +- name: Essential setup for all hosts + hosts: web + roles: + # Websites + # - { role: home } + # - { role: ip } + # - { role: blog } -- cgit v1.2.3-70-g09d2