登录 注册
当前位置:主页 > 资源下载 > 5 > 为用户列表生成一个简化的.sshconfig,使用ansible-role-simple_ssh_config

为用户列表生成一个简化的.sshconfig,使用ansible-role-simple_ssh_config

  • 更新:2024-11-03 22:43:26
  • 大小:5KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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: