уровень, но не знаю, в какие скобки это запихнуть. Вот например кусок вывода при
-m setup -a 'filter=ansible_enp0s3' :
vpnclient | SUCCESS => {
"ansible_facts": {
"ansible_enp0s3": {
"active": true,
"device": "enp0s3",
"features": {
"esp_hw_offload": "off [fixed]",
"esp_tx_csum_hw_offload": "off [fixed]",
и тд
Как получить только "active": true, например?
пробовал
filter=ansible_enp0s3[active]
filter=ansible_enp0s3{active}
filter=ansible_enp0s3['active']
The filter option filters only the first level subkey below ansible_facts. https://docs.ansible.com/ansible/latest/modules/setup_module.html
Обсуждают сегодня