updates and ring86 docks
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
12
README.md
12
README.md
@@ -7,3 +7,15 @@
|
||||
|
||||
NFS - https://github.com/thatsk/nfs-csi-nomad/tree/main
|
||||
Podman - https://github.com/hashicorp/nomad-driver-podman
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Datacenter: ring86
|
||||
|
||||
# auto.chaos
|
||||
podman run -d --replace -e 1883 -p 1883:1883 --mount=type=bind,source=/etc/mosquitto,destination=/mosquitto --tz=Europe/Berlin --name=mosquitto-mqtt cr.wks/mosquitto:latest
|
||||
podman run -d --replace -e 9234 -p 0.0.0.0:9234:9234 --tz=Europe/Berlin --name=mosquitto-exporter cr.wks/mosquitto-prometheus-exporter --endpoint "tcp://mqtt:1883"
|
||||
|
||||
|
||||
|
||||
13
_sys/vault/role-ssh-signer.json
Normal file
13
_sys/vault/role-ssh-signer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
#https://developer.hashicorp.com/vault/docs/secrets/ssh/signed-ssh-certificates
|
||||
{
|
||||
"algorithm_signer": "rsa-sha2-256",
|
||||
"allow_user_certificates": true,
|
||||
"allowed_users": "*",
|
||||
"allowed_extensions": "permit-pty,permit-port-forwarding",
|
||||
"default_extensions": {
|
||||
"permit-pty": ""
|
||||
},
|
||||
"key_type": "ca",
|
||||
"default_user": "admini",
|
||||
"ttl": "30m0s"
|
||||
}
|
||||
@@ -29,7 +29,7 @@ job "drone-runner" {
|
||||
driver = "podman"
|
||||
|
||||
config {
|
||||
image = "drone/drone-runner-docker:latest"
|
||||
image = "docker.io/drone/drone-runner-docker:latest"
|
||||
force_pull = true
|
||||
ports = ["http"]
|
||||
volumes = [
|
||||
|
||||
Reference in New Issue
Block a user