feat(role): Secure SSH config

This commit is contained in:
2022-06-12 00:15:27 +02:00
parent 3d856af8ea
commit 2e551bdd7c
13 changed files with 159 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
root_home_dir_abs: '/root'
ansible_hashi_vault_auth_method: 'token'
ansible_hashi_vault_token: 'hvs.xxxxxxxxxx'
ansible_hashi_vault_engine_mount_point: 'kv'
ansible_hashi_vault_token_validate: 'false'
ansible_hashi_vault_url: 'http://localhost:8200/'