-
Notifications
You must be signed in to change notification settings - Fork 86
/
Berksfile
60 lines (54 loc) · 1.48 KB
/
Berksfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# -*- coding: utf-8 -*-
source 'https://supermarket.chef.io'
cookbook 'lab', path: 'provisioning/lab'
cookbook 'machines', path: 'provisioning/machines'
cookbook 'hostname'
cookbook 'openssh'
cookbook 'build-essential'
cookbook 'system'
cookbook 'sysctl'
cookbook 'glances'
cookbook 'cron'
cookbook 'sudo'
cookbook 'logrotate'
cookbook 'certificate'
cookbook 'user-ssh-keys'
cookbook 'chef-client-hardening'
cookbook 'butterfly'
cookbook 'elite'
cookbook 'openvpn',
git: 'https://github.com/xhost-cookbooks/openvpn',
ref: '3807d4b'
cookbook 'docker',
git: 'https://github.com/chef-cookbooks/docker',
ref: 'v2.9.3'
cookbook 'apt',
git: 'https:///github.com/bramwelt/apt',
ref: 'replace-update-notifier'
cookbook 'locales',
git: 'https:///github.com/redguide/locales',
ref: 'v0.4.0'
cookbook 'pyenv',
git: 'https:///github.com/sds/chef-pyenv',
ref: 'v0.1.0'
# Pentest
cookbook 'kali'
cookbook 'proxychains'
cookbook 'dradis'
cookbook 'beef'
cookbook 'faraday'
cookbook 'pentester'
# Backup
cookbook 'backup',
git: 'https:///github.com/damm/backup',
ref: '0.3.0'
# Forks
cookbook 'rbenv',
git: 'https:///github.com/sliim-cookbooks/rbenv-cookbook',
ref: 'user-shell'
cookbook 'couchdb',
git: 'https:///github.com/sliim-cookbooks/couchdb-cookbook',
ref: 'master'
cookbook 'tor-full',
git: 'https:///github.com/sliim-cookbooks/tor-full',
ref: 'kali-support'