文件名称:ansible_ssh_server_static_keys:用于管理服务器静态 SSH 密钥的 Ansible 角色
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-09 11:42:53
ansible_ssh_server_static_keys 管理服务器的静态 SSH 密钥,将 ssh 密钥保留在标准host_vars目录之外,同时保证它们的安全。 要求 目前这仅在 Ubuntu (Trusty) 上测试过。 如果您希望支持其他操作系统,请提出拉取请求或 GitHub 问题。 添加新操作系统应该很容易。 默认情况下,此代码需要 ECDSA SSH 密钥,该密钥仅在 OpenSSH 的更高版本中可用。 示例手册 在 site.yml 中(例如) - name: Server name over here vars_files: # This is where your ssh keys are - in a file in the base Ansible # directory like 'ssh_server_static_keys/se
【文件预览】:
ansible_ssh_server_static_keys-master
----meta()
--------main.yml(243B)
----README.md(4KB)
----handlers()
--------main.yml(67B)
----tasks()
--------main.yml(2KB)