summaryrefslogtreecommitdiff
path: root/main.yml
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2023-06-12 16:48:51 -0400
committerDan Fedele <dan.fedele@gmail.com>2023-06-12 16:48:51 -0400
commitc012b2026d4908e8533e6d3c3d8b89d36b11f168 (patch)
treeed7472598234db7fd30ab022a611f450e60c4599 /main.yml
parente8ca7beece3fd8b80d76857d7c6f687d83209918 (diff)
Now using ansible roles. also removed linpeass
Diffstat (limited to 'main.yml')
-rw-r--r--main.yml10
1 files changed, 10 insertions, 0 deletions
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