switch gitea private key to all
This commit is contained in:
parent
1a7ed04284
commit
2fb23e1f86
@ -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}}"
|
||||
|
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user