From 55298a51cb0cc5e68c5a43869f2f32b899d3a622 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Tue, 22 Apr 2025 17:29:46 -0500 Subject: init --- playbooks/setup_single.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 playbooks/setup_single.yaml (limited to 'playbooks/setup_single.yaml') diff --git a/playbooks/setup_single.yaml b/playbooks/setup_single.yaml new file mode 100644 index 0000000..f080bf9 --- /dev/null +++ b/playbooks/setup_single.yaml @@ -0,0 +1,7 @@ +- name: Setup Services + hosts: all + gather_facts: false + tasks: + - name: Setup cgit + include_role: + name: "roles/cgit" -- cgit