Ansible 操作 windowws 中文乱码问题解决办法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ansible 操作 windowws 中文乱码问题解决办法相关的知识,希望对你有一定的参考价值。

乱码原因是因为 Linux 和 Windows 编码不一致所导致

修改环境变量即可


设置环境变量为 utf-8

ansible win_test -m win_shell -a 'Set-Item -Path env:PYTHONIOENCODING -Value "utf-8"; python d:\test\stat.py'

# playbook 
---
- hosts: win_test
  gather_facts: no
  tasks:
    - name: run Python script with utf-8 output
      win_command: Python.exe d:\test\stat.py
      environment:
        PYTHONIOENCODING: utf-8


以上是关于Ansible 操作 windowws 中文乱码问题解决办法的主要内容,如果未能解决你的问题,请参考以下文章

我正在尝试操作 ansible 输出 [关闭]

python 中文乱码问

这乱码问题怎么解决呢,你问哈哈哈哈哈真的很棒哦,你自己说呢?啥事了?啥问题吗?

类成员变量初始化的问题

浏览器页面乱码

springMVC返回json数据乱码问