Move gerbolyze, secure-download checkouts into subdirectory
This commit is contained in:
parent
7a3ec8f39e
commit
92f9ae6cd7
6 changed files with 10 additions and 8 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -4,3 +4,9 @@
|
||||||
[submodule "library/ansible-collection"]
|
[submodule "library/ansible-collection"]
|
||||||
path = library/inwx-collection
|
path = library/inwx-collection
|
||||||
url = https://github.com/inwx/ansible-collection
|
url = https://github.com/inwx/ansible-collection
|
||||||
|
[submodule "checkouts/gerbolyze"]
|
||||||
|
path = checkouts/gerbolyze
|
||||||
|
url = https://git.jaseg.de/gerbolyze.git
|
||||||
|
[submodule "checkouts/secure-download"]
|
||||||
|
path = checkouts/secure-download
|
||||||
|
url = https://git.jaseg.de/secure-download.git
|
||||||
|
|
|
||||||
1
checkouts/gerbolyze
Submodule
1
checkouts/gerbolyze
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit cfcf4c53955a70e896511e30cda206c1dd081099
|
||||||
1
checkouts/secure-download
Submodule
1
checkouts/secure-download
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 47329bf3bfc4a4a1b6c430adaf1616871b789110
|
||||||
|
|
@ -27,11 +27,8 @@
|
||||||
|
|
||||||
- name: Copy webapp sources
|
- name: Copy webapp sources
|
||||||
synchronize:
|
synchronize:
|
||||||
# FIXME: make this path configurable
|
src: checkouts/gerbolyze/gerboweb/
|
||||||
src: ~/gerbolyze/gerboweb/
|
|
||||||
dest: /var/lib/gerboweb/
|
dest: /var/lib/gerboweb/
|
||||||
rsync_opts:
|
|
||||||
- "--exclude=/deploy"
|
|
||||||
group: no
|
group: no
|
||||||
owner: no
|
owner: no
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,14 +17,12 @@
|
||||||
|
|
||||||
- name: Install pogojig
|
- name: Install pogojig
|
||||||
synchronize:
|
synchronize:
|
||||||
# FIXME: make this path configurable
|
|
||||||
src: checkouts/pogojig/renderer/
|
src: checkouts/pogojig/renderer/
|
||||||
dest: "{{pogojig_root}}/var/lib/pogojig_renderer"
|
dest: "{{pogojig_root}}/var/lib/pogojig_renderer"
|
||||||
group: no
|
group: no
|
||||||
|
|
||||||
- name: Copy webapp sources
|
- name: Copy webapp sources
|
||||||
synchronize:
|
synchronize:
|
||||||
# FIXME: make this path configurable
|
|
||||||
src: checkouts/pogojig/webapp/
|
src: checkouts/pogojig/webapp/
|
||||||
dest: /var/lib/pogojig
|
dest: /var/lib/pogojig
|
||||||
delete: true
|
delete: true
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,7 @@
|
||||||
|
|
||||||
- name: Copy webapp sources
|
- name: Copy webapp sources
|
||||||
synchronize:
|
synchronize:
|
||||||
# FIXME: make this path configurable
|
src: checkouts/secure_download/
|
||||||
src: ~/secure_download/
|
|
||||||
dest: /var/lib/secure_download/
|
dest: /var/lib/secure_download/
|
||||||
group: no
|
group: no
|
||||||
owner: no
|
owner: no
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue