- using Ansible command line:
ansible-playbook --connection=local 127.0.0.1 playbook.yml- using inventory:
127.0.0.1 ansible_connection=local| # templates/mail_body.j2 | |
| {% for host in play_hosts %} | |
| The {{ host }} says {{ hostvars[host]['result']['stdout'] }} | |
| {% endfor %} |
ansible-playbook --connection=local 127.0.0.1 playbook.yml127.0.0.1 ansible_connection=local