summaryrefslogtreecommitdiff
path: root/main.yml
blob: 15e199dc47fef19a7c685f312c082954bb20f3d6 (plain)
1
2
3
4
5
6
7
8
9
10
---
  - name: Golden Kali
    hosts: localhost
    become: true
    gather_facts: false

    roles:
      - package-mgmt
      - individual-apps
      - custom-config