Colors 如何控制Ansible邮件的颜色(前景和背景)?

Colors 如何控制Ansible邮件的颜色(前景和背景)?,colors,ansible,Colors,Ansible,在这里没有提到如何控制文本的前景色和背景色。可以控制吗?可以在配置文件和/或环境变量中设置颜色 例如 或 可以在配置文件和/或环境变量中设置颜色 例如 或 > cat ansible.cfg [defaults] inventory = $PWD/hosts ... [colors] debug = red deprecate = bright purple changed = purple > set | grep ANSIBLE_COLOR_DEBUG ANSIBLE_COLO

在这里没有提到如何控制文本的前景色和背景色。可以控制吗?

可以在配置文件和/或环境变量中设置颜色

例如

可以在配置文件和/或环境变量中设置颜色

例如

> cat ansible.cfg
[defaults]
inventory = $PWD/hosts
...
[colors]
debug = red
deprecate = bright purple
changed = purple
> set | grep ANSIBLE_COLOR_DEBUG
ANSIBLE_COLOR_DEBUG=red