Browse Source

agencing vars into submodules

pull/11/head
Smaine Kahlouch 9 years ago
parent
commit
8e585cfdfe
4 changed files with 4 additions and 3 deletions
  1. 1
      .gitmodules
  2. 2
      requirements.yml
  3. 2
      roles/apps/k8s-memcached
  4. 2
      roles/apps/k8s-postgres

1
.gitmodules

@ -23,6 +23,7 @@
[submodule "roles/apps/k8s-memcached"]
path = roles/apps/k8s-memcached
url = https://github.com/ansibl8s/k8s-memcached.git
branch = v1.0
[submodule "roles/apps/k8s-postgres"]
path = roles/apps/k8s-postgres
url = https://github.com/ansibl8s/k8s-postgres.git

2
requirements.yml

@ -25,7 +25,7 @@
#
#- src: https://github.com/ansibl8s/k8s-memcached.git
# path: roles/apps
# # version: v1.0
# version: v1.0
#
#- src: https://github.com/ansibl8s/k8s-postgres.git
# path: roles/apps

2
roles/apps/k8s-memcached

@ -1 +1 @@
Subproject commit aad14ddd997a30bfa6bdc33d5db7dd12b6527866
Subproject commit e550ec4c181abce0e5e58ccab81fb7f2c2756b00

2
roles/apps/k8s-postgres

@ -1 +1 @@
Subproject commit 1f63ef30eda888c05a6db4d667cae0c07683d9cf
Subproject commit c95127f451b72d96b7c4c25c5d575d2d3824cfbe
Loading…
Cancel
Save