added ssh roles and pass repo cloning

This commit is contained in:
2026-06-22 09:24:13 -05:00
parent f1dd4fb3c0
commit 969f9703e9
7 changed files with 80 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
- name: Clone password store
ansible.builtin.git:
repo: cjr@git:/home/cjr/.password-store
dest: "{{ ansible_facts['user_dir'] }}/.password-store"
update: true
version: main