diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-09 00:23:04 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-09 01:47:00 +0100 |
| commit | 399826fd634e47134feb919b0ee0805035475fc4 (patch) | |
| tree | 4222cb37b1a60a56795155a0e8a7c82a140b8dd9 /configure.yml | |
| parent | 8dfbe7c57da01ed63fd059f57b8c02102ad80720 (diff) | |
Add password_store role
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.yml b/configure.yml index 78d1569e..cbbff425 100644 --- a/configure.yml +++ b/configure.yml @@ -17,6 +17,7 @@ - role: "rsync" - role: "gpg" - role: "dotfiles" + - role: "password_store" - name: "Ubuntu configure" gather_facts: true @@ -37,6 +38,7 @@ - role: "rsync" - role: "gpg" - role: "dotfiles" + - role: "password_store" - name: "Raspberry Pi configure" gather_facts: true @@ -55,3 +57,4 @@ - role: "grafana" - role: "gpg" - role: "dotfiles" + - role: "password_store" |
