Setup git

This commit is contained in:
CPunch 2022-05-30 23:39:32 -05:00
parent 201d17efaa
commit 3654d1dd9c
2 changed files with 9 additions and 3 deletions

View File

@ -15,5 +15,6 @@
- import_tasks: tasks/blog-setup.yml
- import_tasks: tasks/gitea.yml
- import_tasks: tasks/tor.yml
- import_tasks: tasks/deadswitch.yml
- import_tasks: tasks/nginx.yml
- import_tasks: tasks/nginx.yml
- import_tasks: tasks/git.yml
- import_tasks: tasks/deadswitch.yml

View File

@ -23,4 +23,9 @@
- name: Install ssh keys
clone:
src: secrets/id_ed25519
dest: /root/.ssh/id_ed25519
dest: /root/.ssh/id_ed25519
- name: Install ssh keys
clone:
src: secrets/id_ed25519.pub
dest: /root/.ssh/id_ed25519.pub