mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-26 00:31:32 +02:00
Compare commits
5 Commits
74bb812739
...
3e3ce659fe
Author | SHA1 | Date | |
---|---|---|---|
|
3e3ce659fe | ||
|
4322c0b496 | ||
|
5d1b844fca | ||
|
e1f4f6c8cb | ||
|
e2cc4e9447 |
@@ -65,7 +65,7 @@ docker run -it --rm \
|
||||
-w /work \
|
||||
-v `pwd`:/work \
|
||||
--entrypoint=/bin/sh \
|
||||
docker.io/devture/ansible:2.16.1-r0-0
|
||||
docker.io/devture/ansible:2.17.0-r0-0
|
||||
```
|
||||
|
||||
Once you execute the above command, you'll be dropped into a `/work` directory inside a Docker container.
|
||||
@@ -86,7 +86,7 @@ docker run -it --rm \
|
||||
-v `pwd`:/work \
|
||||
-v $HOME/.ssh/id_rsa:/root/.ssh/id_rsa:ro \
|
||||
--entrypoint=/bin/sh \
|
||||
docker.io/devture/ansible:2.16.1-r0-0
|
||||
docker.io/devture/ansible:2.17.0-r0-0
|
||||
```
|
||||
|
||||
The above command tries to mount an SSH key (`$HOME/.ssh/id_rsa`) into the container (at `/root/.ssh/id_rsa`).
|
||||
|
@@ -19,13 +19,13 @@
|
||||
version: v2.1.0-1
|
||||
name: etherpad
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-exim-relay.git
|
||||
version: v4.97.1-r0-0-2
|
||||
version: v4.97.1-r0-1-0
|
||||
name: exim_relay
|
||||
- src: git+https://gitlab.com/etke.cc/roles/grafana.git
|
||||
version: v11.1.0-0
|
||||
name: grafana
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git
|
||||
version: v9584-0
|
||||
version: v9584-1
|
||||
name: jitsi
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-keydb.git
|
||||
version: v6.3.4-2
|
||||
|
@@ -5,7 +5,7 @@
|
||||
matrix_corporal_enabled: true
|
||||
|
||||
# renovate: datasource=docker depName=devture/matrix-corporal
|
||||
matrix_corporal_version: 2.7.0
|
||||
matrix_corporal_version: 2.8.0
|
||||
|
||||
matrix_corporal_container_image_self_build: false
|
||||
matrix_corporal_container_image_self_build_repo: "https://github.com/devture/matrix-corporal.git"
|
||||
|
Reference in New Issue
Block a user