From 3c8155af953e0fb95b7f15395b93420b84a58a76 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Mon, 21 Jul 2025 18:47:51 -0400 Subject: [PATCH] Added playbook for any additional custom tasks users may wish to do --- extended@vps.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 extended@vps.yml diff --git a/extended@vps.yml b/extended@vps.yml new file mode 100644 index 0000000..bce711e --- /dev/null +++ b/extended@vps.yml @@ -0,0 +1,4 @@ +--- +- name: Additional tasks to do on the VPS + hosts: vps + gather_facts: yes \ No newline at end of file