低质量的社交,不如高质量的独处

ansible 连通测试

[root@ftp:/root]
> ansible ansible01 -m ping
ansible01 | UNREACHABLE! => {
    "changed": false, 
    "msg": "Failed to connect to the host via ssh: Warning: Permanently added 'ansible01,192.168.31.176' (ECDSA) to the list of known hosts.\r\nPermission denied (publickey,gssapi-keyex,gssapi-with-mic,password).", 
    "unreachable": true
}

[root@ftp:/root]
> ansible ansible01  -u root -k -m ping
SSH password: 
ansible01 | SUCCESS => {
    "changed": false, 
    "ping": "pong"
}

         

ansible  ansible01  -u  root    -k      -m  ping  
 命令       主机        用户    询问密码     模 块      参数

 

  

posted @ 2019-03-17 16:06  Eren.li  阅读(1138)  评论(0编辑  收藏  举报
liweiming0611@163.com
等待有三大特征:
清晰的目的、努力达成的过程、充满不确定性的结果
因上努力,果上随缘
求其上,得其中;求其中,得其下;求其下,无所得