tag first version of apps
This commit is contained in:
parent
78e67aea8f
commit
a3c5be2c9d
2 changed files with 14 additions and 8 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
@ -1,12 +1,15 @@
|
||||||
[submodule "roles/apps/k8s-kube-ui"]
|
[submodule "roles/apps/k8s-kube-ui"]
|
||||||
path = roles/apps/k8s-kube-ui
|
path = roles/apps/k8s-kube-ui
|
||||||
url = https://github.com/ansibl8s/k8s-kube-ui.git
|
url = https://github.com/ansibl8s/k8s-kube-ui.git
|
||||||
[submodule "roles/apps/k8s-skydns"]
|
branch = v1.0
|
||||||
path = roles/apps/k8s-skydns
|
[submodule "roles/apps/k8s-kubedns"]
|
||||||
url = https://github.com/ansibl8s/k8s-skydns.git
|
path = roles/apps/k8s-kubedns
|
||||||
|
url = https://github.com/ansibl8s/k8s-kubedns.git
|
||||||
|
branch = v1.0
|
||||||
[submodule "roles/apps/k8s-common"]
|
[submodule "roles/apps/k8s-common"]
|
||||||
path = roles/apps/k8s-common
|
path = roles/apps/k8s-common
|
||||||
url = https://github.com/ansibl8s/k8s-common.git
|
url = https://github.com/ansibl8s/k8s-common.git
|
||||||
|
branch = v1.0
|
||||||
[submodule "roles/apps/k8s-redis"]
|
[submodule "roles/apps/k8s-redis"]
|
||||||
path = roles/apps/k8s-redis
|
path = roles/apps/k8s-redis
|
||||||
url = https://github.com/ansibl8s/k8s-redis.git
|
url = https://github.com/ansibl8s/k8s-redis.git
|
||||||
|
@ -16,6 +19,7 @@
|
||||||
[submodule "roles/apps/k8s-fabric8"]
|
[submodule "roles/apps/k8s-fabric8"]
|
||||||
path = roles/apps/k8s-fabric8
|
path = roles/apps/k8s-fabric8
|
||||||
url = https://github.com/ansibl8s/k8s-fabric8.git
|
url = https://github.com/ansibl8s/k8s-fabric8.git
|
||||||
|
branch = v1.0
|
||||||
[submodule "roles/apps/k8s-memcached"]
|
[submodule "roles/apps/k8s-memcached"]
|
||||||
path = roles/apps/k8s-memcached
|
path = roles/apps/k8s-memcached
|
||||||
url = https://github.com/ansibl8s/k8s-memcached.git
|
url = https://github.com/ansibl8s/k8s-memcached.git
|
||||||
|
@ -25,6 +29,8 @@
|
||||||
[submodule "roles/apps/k8s-postgres"]
|
[submodule "roles/apps/k8s-postgres"]
|
||||||
path = roles/apps/k8s-postgres
|
path = roles/apps/k8s-postgres
|
||||||
url = https://github.com/ansibl8s/k8s-postgres.git
|
url = https://github.com/ansibl8s/k8s-postgres.git
|
||||||
|
branch = v1.0
|
||||||
[submodule "roles/apps/k8s-kubedns"]
|
[submodule "roles/apps/k8s-kubedns"]
|
||||||
path = roles/apps/k8s-kubedns
|
path = roles/apps/k8s-kubedns
|
||||||
url = https://github.com/ansibl8s/k8s-kubedns.git
|
url = https://github.com/ansibl8s/k8s-kubedns.git
|
||||||
|
branch = v1.0
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
---
|
---
|
||||||
- src: https://github.com/ansibl8s/k8s-common.git
|
- src: https://github.com/ansibl8s/k8s-common.git
|
||||||
path: roles/apps
|
path: roles/apps
|
||||||
# version: v1.0
|
version: v1.0
|
||||||
|
|
||||||
- src: https://github.com/ansibl8s/k8s-skydns.git
|
- src: https://github.com/ansibl8s/k8s-skydns.git
|
||||||
path: roles/apps
|
path: roles/apps
|
||||||
# version: v1.0
|
version: v1.0
|
||||||
|
|
||||||
#- src: https://github.com/ansibl8s/k8s-kube-ui.git
|
#- src: https://github.com/ansibl8s/k8s-kube-ui.git
|
||||||
# path: roles/apps
|
# path: roles/apps
|
||||||
# # version: v1.0
|
# version: v1.0
|
||||||
#
|
#
|
||||||
#- src: https://github.com/ansibl8s/k8s-fabric8.git
|
#- src: https://github.com/ansibl8s/k8s-fabric8.git
|
||||||
# path: roles/apps
|
# path: roles/apps
|
||||||
# # version: v1.0
|
# version: v1.0
|
||||||
#
|
#
|
||||||
#- src: https://github.com/ansibl8s/k8s-elasticsearch.git
|
#- src: https://github.com/ansibl8s/k8s-elasticsearch.git
|
||||||
# path: roles/apps
|
# path: roles/apps
|
||||||
|
@ -33,4 +33,4 @@
|
||||||
#
|
#
|
||||||
#- src: https://github.com/ansibl8s/k8s-postgres.git
|
#- src: https://github.com/ansibl8s/k8s-postgres.git
|
||||||
# path: roles/apps
|
# path: roles/apps
|
||||||
# # version: v1.0
|
# version: v1.0
|
||||||
|
|
Loading…
Reference in a new issue