From f4d78f7c543c681046f0da864d79e6f8c5131f9f Mon Sep 17 00:00:00 2001 From: Roberto Leinardi Date: Tue, 20 Jan 2026 19:55:33 +0100 Subject: [PATCH] Add bitwarden-cli --- .idea/codeStyles/Project.xml | 75 ++++++++++++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 ++ inventory/group_vars/all.yaml | 1 + roles/common/defaults/main.yaml | 1 + 4 files changed, 82 insertions(+) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..2f0733f --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/inventory/group_vars/all.yaml b/inventory/group_vars/all.yaml index 60db963..5bcd487 100644 --- a/inventory/group_vars/all.yaml +++ b/inventory/group_vars/all.yaml @@ -13,6 +13,7 @@ common_enabled: true common_formulae: - bash - bash-completion + - bitwarden-cli - gnupg - gnutls - htop diff --git a/roles/common/defaults/main.yaml b/roles/common/defaults/main.yaml index 55bb2c0..945b0e6 100644 --- a/roles/common/defaults/main.yaml +++ b/roles/common/defaults/main.yaml @@ -3,6 +3,7 @@ common_enabled: true common_formulae: - bash - bash-completion + - bitwarden-cli - gnupg - gnutls - htop