diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-18 17:40:40 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-18 17:42:20 +0100 |
| commit | 9aa1383cb314e987a90323dfb49731512a73c30a (patch) | |
| tree | 38a0767f152b0a184812f4db104b473069b58c42 /configure.yml | |
| parent | f57a4fe08a8ed8a1fac875e6afa352b00ea426a8 (diff) | |
Add git-crypt role to different machines
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.yml b/configure.yml index f8b117a9..b3701a0d 100644 --- a/configure.yml +++ b/configure.yml @@ -21,6 +21,8 @@ - role: "ansible" - role: "rsync" - role: "gpg" + - role: "git" + - role: "git-crypt" - role: "dotfiles" - role: "password_store" - role: "vim" @@ -52,6 +54,8 @@ - role: "gnome" - role: "rsync" - role: "gpg" + - role: "git" + - role: "git-crypt" - role: "dotfiles" - role: "password_store" - role: "vim" @@ -76,6 +80,8 @@ - role: "prometheus" - role: "grafana" - role: "gpg" + - role: "git" + - role: "git-crypt" - role: "dotfiles" - role: "password_store" - role: "vim" |
