Merge "Added AUTHORIZED_KEYS field into settings.yaml.erb"
This commit is contained in:
commit
8a26be310e
@ -60,6 +60,8 @@ API_LOG: "/var/log/nailgun/api.log"
|
||||
|
||||
PATH_TO_SSH_KEY: "/root/.ssh/id_rsa"
|
||||
PATH_TO_BOOTSTRAP_SSH_KEY: "/root/.ssh/bootstrap.rsa"
|
||||
AUTHORIZED_KEYS:
|
||||
- "<%= scope.function_strip([scope.function_file(["/root/.ssh/id_rsa.pub"])]) %>"
|
||||
|
||||
MASTER_IP: "<%= @admin_network_ip %>"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user