VZ
Size: a a a
VZ
VZ
TG
TG
D
VZ
VZ
D
VZ
VZ
SP
meta: reset_connection
заработало! проблема была там, про что забыл….. я чертову прорву времени таскаю за собой файл ansible.cfg, который дополнялся годами )))[defaults]
forks = 20
host_key_checking = False
nocows = True
gathering = smart
fact_caching_timeout = 600
callback_whitelist = profile_tasks
# work around privilege escalation timeouts in ansible:
timeout = 30
remote_tmp = /home/ubuntu/.ansible/tmp
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=600s
timeout = 10
# shorten the ControlPath which is often too long; when it is,
# ssh connection reuse silently fails, making everything slower.
control_path = %(directory)s/%%h-%%r
meta: reset_connection
сработало!pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=600s
VL
VL
LD
ansible -m debug -a "var=mem|int/1024/1024" -e 'mem=1048576' localhost
localhost | SUCCESS => {
"mem|int/1024/1024": "1.0"
}
ansible -m debug -a "var=mem|int/1024/1024|round" -e 'mem=1048576' localhost
localhost | SUCCESS => {
"mem|int/1024/1024|round": "1.0"
}
ansible -m debug -a "var=mem|int/1024/1024|round|int" -e 'mem=1048576' localhost
localhost | SUCCESS => {
"mem|int/1024/1024|round|int": "1.0"
}
ansible -m debug -a "var=mem|int/1024/1024|int" -e 'mem=1048576' localhost
localhost | SUCCESS => {
"mem|int/1024/1024|int": "1.0"
}
VL
ansible -m debug -a "var=mem|int/1024/1024" -e 'mem=1048576' localhost
localhost | SUCCESS => {
"mem|int/1024/1024": "1.0"
}
ansible -m debug -a "var=mem|int/1024/1024|round" -e 'mem=1048576' localhost
localhost | SUCCESS => {
"mem|int/1024/1024|round": "1.0"
}
ansible -m debug -a "var=mem|int/1024/1024|round|int" -e 'mem=1048576' localhost
localhost | SUCCESS => {
"mem|int/1024/1024|round|int": "1.0"
}
ansible -m debug -a "var=mem|int/1024/1024|int" -e 'mem=1048576' localhost
localhost | SUCCESS => {
"mem|int/1024/1024|int": "1.0"
}
ansible -m debug -a "var=(mem|int/1024/1024)|int" -e 'mem=1048576' localhost
localhost | SUCCESS => {
"(mem|int/1024/1024)|int": "1"
}
LD
ansible -m debug -a "var=(mem|int/1024/1024)|int" -e 'mem=1048576' localhost
localhost | SUCCESS => {
"(mem|int/1024/1024)|int": "1"
}
VL
VZ
VZ
ПЯ