July 2017
Intermediate to advanced
266 pages
6h 36m
English
Ansible facts (as we mentioned in earlier chapters) provide informational data points about the systems that have run a playbook or task. At some point, we might need to set some Ansible facts and return them to the Ansible control server. In this section, we will discuss how to set Ansible facts within our Hello World module and some of the limitations of Ansible facts.
According to the Ansible documentation (https://docs.ansible.com/ansible/dev_guide/developing_modules_general.html):
Read now
Unlock full access