switch gitea private key to all

This commit is contained in:
vincent 2021-07-19 22:27:15 +02:00
parent 1a7ed04284
commit 2fb23e1f86
2 changed files with 13 additions and 13 deletions

View File

@ -13,3 +13,11 @@ JD_myJDemail: ducampsvincent@gmail.com
JD_myJDPassword: "{{ vault_MyJdownloader }}"
JD_defaultdownloadfolder: /mnt/diskstation/media/download/incomplete
system_arch_local_mirror: "http://arch.{{domain.name}}"
privatekeytodeploy:
- user: "{{user.name}}"
keyfile: "/home/{{user.name}}/.ssh/id_gitea"
privatekey: "{{vault_gitea_private_key}}"
- user: root
keyfile: /root/.ssh/id_gitea
privatekey: "{{vault_gitea_private_key}}"

View File

@ -56,14 +56,6 @@ keystodeploy:
user: drone-deploy
sshkey: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUaK+pQlosmopbZfucll9UdqDOTaODOBwoxRwkJEk1i drone@oscar
privatekeytodeploy:
- user: "{{user.name}}"
keyfile: "/home/{{user.name}}/.ssh/id_gitea"
privatekey: "{{vault_gitea_private_key}}"
- user: root
keyfile: /root/.ssh/id_gitea
privatekey: "{{vault_gitea_private_key}}"
pihole_admin_password: "{{ vault_pihole_admin }}"
pihole_local_resolver: 192.168.1.10
pihole_local_domain: "{{ domain.name }}"