Skip to content

Commit

Permalink
Added rbw
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzheiber committed Oct 17, 2024
1 parent 22463cc commit 8c2e50d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ You should have a box provisioned using the MItamae definitions afterwards.

These are not automated (yet)

#### rbw

```console
rbw config set email <email-address-for-bitwarden>
rbw config set base_url <base-url-for-bitwarden-server>
```

#### dotfiles

```console
Expand Down
4 changes: 4 additions & 0 deletions mitamae/packages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@
'gopass' => {
url: "https://github.com/gopasspw/gopass/releases/download/v#{node[:gopass_version]}/gopass_#{node[:gopass_version]}_linux_amd64.deb",
version: node[:gopass_version]
},
'rbw' => {
url: "https://git.tozt.net/rbw/releases/deb/rbw_#{node[:rbw_version]}_amd64.deb",
version: node[:rbw_version]
}
}.each do |name, vars|
apt name do
Expand Down
1 change: 1 addition & 0 deletions mitamae/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ tflint_version: "0.43.0"
tflint_checksum: "a40b0bdb2e4629ef8105c62bffc90f45fe4d8d7a2f667ff1a58b2ec9bf1f7be6"
hadolint_version: "2.12.0"
haodlint_checksum: "d0779284293475905cfa4b3a7b5c433eca6d731e45b5df0e157f46b4e6311888"
rbw_version: "1.12.1"

0 comments on commit 8c2e50d

Please sign in to comment.