Skip to content

Commit a0207cb

Browse files
committed
add garage
1 parent 66d1fc9 commit a0207cb

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ k8s/clusters/*/secrets.yaml
2828

2929
k8s/kubeconfig
3030

31-
playbooks/garage.yml
31+
playbooks/templates/hurley/garage.toml

playbooks/garage.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- name: garage
2+
hosts: oca8
3+
roles:
4+
- role: eddster2309.garage
5+
vars:
6+
garage_rpc_secret: SECRET
7+
garage_admin_token: SECRET
8+
garage_metrics_token: SECRET
9+
tasks:
10+
- shell:
11+
cmd: tailscale ping hurley

0 commit comments

Comments
 (0)