ansible/output¶
Stores infomation generated by Ansible Playbooks
Generic object that is constructed by the ansible-apply task
if the playbook creates a file called [Machine.Name].json
For example, the following task will create the correct output:
- name: output from playbook
local_action:
module: copy
content: "{{`{{ myvar }}`}}"
dest: "{{ .Machine.Name }}.json"
Objects that Reference ansible/output¶
Not used in current content packs
Objects used by ansible/output¶
Not used in current content packs