Added mirror structure for bootstrap role's vars as that in role's defaults, specifying variable values
This commit is contained in:
5
roles/bootstrap/vars/options/ssh.yml
Normal file
5
roles/bootstrap/vars/options/ssh.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
pubkeys: "{{ user_pubkeys }}"
|
||||
primary_root_acct: "{{ root_auths[0] }}"
|
||||
nonlogin_method: delog
|
||||
roots: "{{ root_auths }}"
|
Reference in New Issue
Block a user