Ansible is Simple IT Automation
ansible_forks_default
(integer) - Number of concurrent requests Ansible can makeansible_host_key_checking_default
(boolean) - Check SSH Host Keys?ansible_privilege_escalation_default
(boolean) - Should playbooks try to become a privileged user by default?
- hosts: servers
roles:
- role: colstrom.ansible
ansible_host_key_checking_default: no
ansible_privilege_escalation_default: yes
- Chris Olstrom | e-mail | Twitter
- Royston Tong
- Aaron Pederson