added ssh roles and pass repo cloning
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: cjr
|
||||
description: Clone the pass password store
|
||||
license: BSD-3-Clause
|
||||
min_ansible_version: "2.1"
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user