如何顯示神龕模板中可用的所有可用變量?顯示神龕模板中可用的所有變量
我按照手冊,我得到這樣的輸出:
'"hostvars": "<ansible.vars.hostvars.HostVars object at 0x7f634cc78dd0>"'
。
的命令是:
PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_SSH_ARGS='-o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /home/flav/.vagrant.d/boxes/archlinux-VAGRANTSLASH-base/0/virtualbox/vagrant_private_key -o ControlMaster=auto -o ControlPersist=60s' ansible -vvvv --connection=ssh --timeout=30 --extra-vars=ansible_ssh_user='vagrant' -i inventory_virtual.py -m debug -a "var=hostvars" $1
我使用ansible 2.