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

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