fix(ansible): define admin_ssh_public_keys in test group_vars from admin_ssh_public_key_path
This commit is contained in:
parent
c4b79775af
commit
244b1c0d4a
@ -29,6 +29,8 @@ swarm_manager_ip: "10.10.10.11"
|
||||
admin_allowed_cidrs: "78.187.87.109/32 95.70.151.248/32"
|
||||
monitoring_allowed_cidrs: "91.99.57.252/32"
|
||||
admin_ssh_public_key_path: "~/.ssh/id_rsa.pub"
|
||||
admin_ssh_public_keys:
|
||||
- "{{ lookup('file', admin_ssh_public_key_path) }}"
|
||||
timezone: "Europe/Istanbul"
|
||||
|
||||
# WireGuard
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user