From 44bf3816aec3593006f9844451000386ff030cb7 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 10 Mar 2024 16:25:07 +0000 Subject: Add master playbook to setup everything at once --- master.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 master.yml diff --git a/master.yml b/master.yml new file mode 100644 index 0000000..3aad6ac --- /dev/null +++ b/master.yml @@ -0,0 +1,2 @@ +- ansible.builtin.import_playbook: essential.yml +- ansible.builtin.import_playbook: web.yml -- cgit v1.2.3-70-g09d2