holesky: update admin user pass for windows and macos

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-06-24 11:20:14 +02:00
parent b9940a9908
commit becc1905e5
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
3 changed files with 6 additions and 5 deletions

View File

@ -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) }}']

View File

@ -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 }}'

View File

@ -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"
}