[Update backup and scan]
This commit is contained in:
14
backup.yml
14
backup.yml
@@ -31,13 +31,13 @@
|
|||||||
# database_password: "{{ lookup('bitwarden.secrets.lookup', '<SECRET_ID>') }}"
|
# database_password: "{{ lookup('bitwarden.secrets.lookup', '<SECRET_ID>') }}"
|
||||||
|
|
||||||
#! SECRETS
|
#! SECRETS
|
||||||
# - name: Install Bitwarden CLI
|
- name: Install Bitwarden CLI
|
||||||
# ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
# cmd: "{{ item }}"
|
cmd: "{{ item }}"
|
||||||
# delegate_to: localhost
|
delegate_to: localhost
|
||||||
# loop:
|
loop:
|
||||||
# - apk add --no-cache nodejs npm
|
- apk add --no-cache nodejs npm
|
||||||
# - npm install -g @bitwarden/cli
|
- npm install -g @bitwarden/cli
|
||||||
|
|
||||||
- ansible.builtin.command:
|
- ansible.builtin.command:
|
||||||
cmd: bw logout
|
cmd: bw logout
|
||||||
|
|||||||
14
scan.yml
14
scan.yml
@@ -61,13 +61,13 @@
|
|||||||
|
|
||||||
|
|
||||||
#! SECRETS
|
#! SECRETS
|
||||||
# - name: Install Bitwarden CLI
|
- name: Install Bitwarden CLI
|
||||||
# ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
# cmd: "{{ item }}"
|
cmd: "{{ item }}"
|
||||||
# delegate_to: localhost
|
delegate_to: localhost
|
||||||
# loop:
|
loop:
|
||||||
# - apk add --no-cache nodejs npm
|
- apk add --no-cache nodejs npm
|
||||||
# - npm install -g @bitwarden/cli
|
- npm install -g @bitwarden/cli
|
||||||
|
|
||||||
|
|
||||||
- ansible.builtin.command:
|
- ansible.builtin.command:
|
||||||
|
|||||||
Reference in New Issue
Block a user