-
为用户列表生成一个简化的.sshconfig,使用ansible-role-simple_ssh_config
资源介绍
simple_ssh_config
为用户列表创建一个简单的〜/ .ssh / config
要求
没有。
角色变量
- role: 'simple_ssh_config'
list_of_users:
- name: "{{ ansible_user }}"
home: "/home/{{ ansible_user }}"
list_of_hosts:
- hostname_or_pattern: '10.250.2.*'
strict_host_key_checking: 'yes'
userknownhostfile: 'hosts_dmz'
- name: 'deployer'
home: "/deployer"
list_of_hosts: