forked from csanquer/install-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroles.yml
56 lines (55 loc) · 1.63 KB
/
roles.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
---
# path= roles/account
- src: [email protected]:Brettdah/ansible-role-account.git
scm: git
version: master
# path = roles/docker
- src: https://github.com/csanquer/ansible-role-docker.git
scm: git
version: master
# path = roles/locales
- src: [email protected]:Brettdah/ansible-role-locales.git
scm: git
version: master
# path = roles/oh-my-zsh
- src: [email protected]:Brettdah/ansible-role-oh-my-zsh.git
scm: git
version: master
# path = roles/packages
- src: [email protected]:Brettdah/ansible-role-packages.git
scm: git
version: master
# path = roles/packer
- src: https://github.com/csanquer/ansible-role-packer.git
scm: git
version: master
# path = roles/python
- src: https://github.com/csanquer/ansible-role-python.git
scm: git
version: master
# path = roles/terraform
- src: https://github.com/csanquer/ansible-role-terraform.git
scm: git
version: master
# OLD SUBMODULE NOT USED
#[submodule "roles/aws"]
# path = roles/aws
# url = https://github.com/csanquer/ansible-role-aws.git
#[submodule "roles/dnsmasq"]
# path = roles/dnsmasq
# url = https://github.com/csanquer/ansible-role-dnsmasq.git
#[submodule "roles/network"]
# path = roles/network
# url = https://github.com/csanquer/ansible-role-network.git
#[submodule "roles/nfs"]
# path = roles/nfs
# url = https://github.com/csanquer/ansible-role-nfs.git
#[submodule "roles/samba"]
# path = roles/samba
# url = https://github.com/csanquer/ansible-role-samba.git
#[submodule "roles/sshd"]
# path = roles/sshd
# url = https://github.com/csanquer/ansible-role-sshd.git
#[submodule "roles/vagrant"]
# path = roles/vagrant
# url = https://github.com/csanquer/ansible-role-vagrant.git