July 2017
Intermediate to advanced
266 pages
6h 36m
English
The most common base configuration items are predefined within Ansible; these values however can be overridden through the ansible.cfg file and customized to suit your specific needs. To override any one of them, simply uncomment the line (by removing the # symbol in front). These configuration items are provided as follows:
# some basic default values...#inventory = /etc/ansible/hosts#library = /usr/share/my_modules/#module_utils = /usr/share/my_module_utils/#remote_tmp = ~/.ansible/tmp#local_tmp = ~/.ansible/tmp#forks = 5#poll_interval = 15#sudo_user = root#ask_sudo_pass = True#ask_pass = True#transport = smart#remote_port = 22#module_lang = C#module_set_locale = False
In addition to the base configuration ...
Read now
Unlock full access