State whether the following statement is true or false.You can change the no of forks ansible uses from the /etc/ansible/ansible.cfg file.
State whether the following statement is true or false.The following command can be used to filter facts to pull out the ip address for the target host. ansible local -m setup -a "filter=ansible_default_ipv4"
State whether the following statement is true or false.The following is allowed in a playbook.----tasks:yaml:name=yum.- hosts: local
State whether the following statement is true or false.If you create your own ansible facts file, it can be executable.
State whether the following statement is true or false.Ansible tower can be used to manage your ansible systems.
State whether the following statement is true or false.There is a 10 user trial available.