From c012b2026d4908e8533e6d3c3d8b89d36b11f168 Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Mon, 12 Jun 2023 16:48:51 -0400 Subject: Now using ansible roles. also removed linpeass --- main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 main.yml (limited to 'main.yml') diff --git a/main.yml b/main.yml new file mode 100644 index 0000000..15e199d --- /dev/null +++ b/main.yml @@ -0,0 +1,10 @@ +--- + - name: Golden Kali + hosts: localhost + become: true + gather_facts: false + + roles: + - package-mgmt + - individual-apps + - custom-config -- cgit v1.2.3