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
+6
View File
@@ -0,0 +1,6 @@
---
galaxy_info:
author: cjr
description: Clone the pass password store
license: BSD-3-Clause
min_ansible_version: "2.1"
+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