-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.yml
60 lines (44 loc) · 1.34 KB
/
requirements.yml
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
#
# REQUIRES ANSIBLE version 1.8+
#
# Usage:
#
# ansible-galaxy install -r requirements.yml
#
# individual roles ( both ubuntu/mint and MacOS )
- src: git+https://github.com/jdauphant/ansible-role-intellij.git
version: "master"
name: "intellij"
path: roles/external
- src: git+https://github.com/jdauphant/ansible-role-sublimetext.git
version: "v1.2.1"
name: "sublime"
path: roles/external
# individual roles ( ubuntu/mint only )
- src: git+https://github.com/jschaul/ansible-java-role.git
version: "v0.1.1"
name: "java"
path : roles/external
- src: git+https://github.com/jschaul/ansible-pycharm.git
version: "master"
name: "pycharm"
path: roles/external
# individual roles ( MacOS only )
- src: git+https://github.com/jdauphant/ansible-role-vagrant.git
version: "master"
name: "vagrant-mac"
path: roles/external
- src: git+https://github.com/geerlingguy/ansible-role-homebrew.git
version: "master"
name: "homebrew"
path: roles/external
# role collections
# need manual checkout with git clone https://github.com/mpereira/macbook-playbook.git roles/collections/mpereira
#- src: git+https://github.com/novakps/sherpa.git
# version: "master"
# name: "novakps"
# path: roles/collections
# - src: git+https://github.com/mpereira/macbook-playbook.git
# version: "master"
# name: "mpereira"
# path: roles/collections