mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 05:54:24 +02:00
Optimized desk-ssh conf
This commit is contained in:
parent
8254bc9f07
commit
766fe39c4c
1
roles/desk-ssh/config/main.yml
Normal file
1
roles/desk-ssh/config/main.yml
Normal file
@ -0,0 +1 @@
|
||||
|
@ -1,6 +1,6 @@
|
||||
- name: pull ssh repository from {{ssh_configuration_repository}}
|
||||
- name: pull ssh repository from {{desk_ssh_repository}}
|
||||
git:
|
||||
repo: "{{ssh_configuration_repository}}"
|
||||
repo: "{{desk_ssh_repository}}"
|
||||
dest: "$HOME/.ssh"
|
||||
update: yes
|
||||
register: git_result
|
||||
|
@ -1 +1,2 @@
|
||||
application_id: desk-ssh
|
||||
application_id: desk-ssh
|
||||
desk_ssh_repository: "{{ applications | get_app_conf(application_id, 'repository') }}"
|
Loading…
x
Reference in New Issue
Block a user