瀏覽代碼

ssh_ip var

master
父節點
當前提交
af2e94b277
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. +2
    -1
      defaults/main.yml
  2. +1
    -1
      tasks/main.yml

+ 2
- 1
defaults/main.yml 查看文件

@@ -1 +1,2 @@
ssh_host_key_type: ed25519
ssh_host_key_type: ed25519
ssh_ip: "{{ansible_host}}"

+ 1
- 1
tasks/main.yml 查看文件

@@ -23,7 +23,7 @@
args:
path: "{{ playbook_dir }}/ssh_known_hosts"
name: '{{ inventory_hostname }}'
key: "{{ inventory_hostname }},{{ ansible_host }} {{ _ssh_key_type[ssh_host_key_type] }} {{ _ssh_host_key[ssh_host_key_type] }}"
key: "{{ inventory_hostname }},{{ ssh_ip }} {{ _ssh_key_type[ssh_host_key_type] }} {{ _ssh_host_key[ssh_host_key_type] }}"
when:
not ssh_host_key_state is defined or
ssh_host_key_state == 'configured' or


Loading…
取消
儲存