holesky: update admin user pass for windows and macos
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b9940a9908
commit
becc1905e5
|
@ -1,2 +1,5 @@
|
|||
---
|
||||
# Can't log in via VNC without password.
|
||||
bootstrap__admin_pass: '{{lookup("passwordstore", "hosts/macos/admin/pass")}}'
|
||||
|
||||
beacon_node_exec_layer_urls: ['http://holesky-01.ih-eu-mda1.nimbus.geth.wg:{{ 8551 + (idx|int) }}']
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# Can't log in via RDP without password.
|
||||
bootstrap__admin_pass: '{{lookup("passwordstore", "hosts/windows/admin/pass")}}'
|
||||
|
||||
beacon_node_exec_layer_urls: ['http://holesky-02.ih-eu-mda1.nimbus.geth.wg:{{ 8552 + (idx|int) }}']
|
||||
# 3TB SSD HPE RAI0 Logical Volume formatted as ReFS.
|
||||
beacon_node_service_path: 'D:\{{ beacon_node_service_name }}'
|
||||
|
|
|
@ -22,8 +22,3 @@ data "pass_password" "aws_secret_key" {
|
|||
data "pass_password" "google_cloud_cred_json" {
|
||||
path = "cloud/GoogleCloud/json"
|
||||
}
|
||||
|
||||
/* Windows user bootstrap password */
|
||||
data "pass_password" "windows_user_pass" {
|
||||
path = "hosts/windows-pass"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue