summaryrefslogtreecommitdiff
path: root/main.yml
diff options
context:
space:
mode:
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