Add 'client-playbook/' from commit '13f29ce5f74bba0376e04189e757cb9718cf2f93'

git-subtree-dir: client-playbook
git-subtree-mainline: e763d135707241dc1eb8ec9ea919550b3f17fef6
git-subtree-split: 13f29ce5f74bba0376e04189e757cb9718cf2f93
This commit is contained in:
2023-04-18 14:42:10 +02:00
75 changed files with 1320 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
dependencies:
- application-git

View File

@@ -0,0 +1,6 @@
- name: pull ssh repository from {{ssh_configuration_repository}}
git:
repo: "{{ssh_configuration_repository}}"
dest: "$HOME/.ssh"
update: yes
become: false