-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
80 lines (80 loc) · 2.54 KB
/
.gitmodules
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[submodule "roles/ansible"]
path = roles/ansible
url = https://github.com/alvistack/ansible-role-ansible.git
branch = develop
[submodule "roles/ceph_common"]
path = roles/ceph_common
url = https://github.com/alvistack/ansible-role-ceph_common.git
branch = develop
[submodule "roles/ceph_mds"]
path = roles/ceph_mds
url = https://github.com/alvistack/ansible-role-ceph_mds.git
branch = develop
[submodule "roles/ceph_mgr"]
path = roles/ceph_mgr
url = https://github.com/alvistack/ansible-role-ceph_mgr.git
branch = develop
[submodule "roles/ceph_mon"]
path = roles/ceph_mon
url = https://github.com/alvistack/ansible-role-ceph_mon.git
branch = develop
[submodule "roles/ceph_osd"]
path = roles/ceph_osd
url = https://github.com/alvistack/ansible-role-ceph_osd.git
branch = develop
[submodule "roles/ceph_rgw"]
path = roles/ceph_rgw
url = https://github.com/alvistack/ansible-role-ceph_rgw.git
branch = develop
[submodule "roles/cloud_init"]
path = roles/cloud_init
url = https://github.com/alvistack/ansible-role-cloud_init.git
branch = develop
[submodule "roles/kernel"]
path = roles/kernel
url = https://github.com/alvistack/ansible-role-kernel.git
branch = develop
[submodule "roles/locales"]
path = roles/locales
url = https://github.com/alvistack/ansible-role-locales.git
branch = develop
[submodule "roles/python"]
path = roles/python
url = https://github.com/alvistack/ansible-role-python.git
branch = develop
[submodule "roles/sshd"]
path = roles/sshd
url = https://github.com/alvistack/ansible-role-sshd.git
branch = develop
[submodule "roles/timezone"]
path = roles/timezone
url = https://github.com/alvistack/ansible-role-timezone.git
branch = develop
[submodule "roles/bootstrap"]
path = roles/bootstrap
url = https://github.com/alvistack/ansible-role-bootstrap.git
branch = develop
[submodule "roles/chrony"]
path = roles/chrony
url = https://github.com/alvistack/ansible-role-chrony.git
branch = develop
[submodule "roles/git"]
path = roles/git
url = https://github.com/alvistack/ansible-role-git.git
branch = develop
[submodule "roles/rclone"]
path = roles/rclone
url = https://github.com/alvistack/ansible-role-rclone.git
branch = develop
[submodule "roles/restic"]
path = roles/restic
url = https://github.com/alvistack/ansible-role-restic.git
branch = develop
[submodule "roles/vim"]
path = roles/vim
url = https://github.com/alvistack/ansible-role-vim.git
branch = develop
[submodule "roles/zram_generator"]
path = roles/zram_generator
url = https://github.com/alvistack/ansible-role-zram_generator.git
branch = develop