{"id":1437,"date":"2024-06-21T16:36:22","date_gmt":"2024-06-21T16:36:22","guid":{"rendered":"http:\/\/shijuvarghese.com\/?p=1437"},"modified":"2025-05-23T19:01:10","modified_gmt":"2025-05-23T19:01:10","slug":"ansible-configuration-file","status":"publish","type":"post","link":"http:\/\/shijuvarghese.com\/?p=1437","title":{"rendered":"Ansible: Configuration file"},"content":{"rendered":"<p>When executing a playbook, ansible uses certain values mentioned in the &#8220;<strong>ansible.cfg<\/strong>&#8221; file. This includes the location of &#8220;inventory&#8221; file, etc.<\/p>\n<p>The &#8220;ansible.cfg&#8221; file can be present in any of the following locations, and the priority of the one selected goes higher in the below sequence:<\/p>\n<ol>\n<li>In the <strong>default<\/strong> location\u00a0&#8220;\/etc\/ansible\/ansible.cfg&#8221;<\/li>\n<li>In the home folder of the user executing the playbook which is &#8220;~.\/ansible.cfg&#8221;<\/li>\n<li>In the folder from where the playbook is executed. That is &#8220;.\/ansible.cfg&#8221;<\/li>\n<li>The ansible configuration file path mentioned in CLI command &#8220;ANSIBLE_CONFIG=&lt;path&gt;&#8221;<\/li>\n<\/ol>\n<p>An example of a typical ansible.cfg file is as follows:<\/p>\n<p>==== ====<\/p>\n<p><em>[defaults]<\/em><br \/>\n<em>inventory = .\/inventory<\/em><br \/>\n<em>remote_user = user<\/em><br \/>\n<em>ask_pass = false<\/em><\/p>\n<p><em>[privilege_escalation]<\/em><br \/>\n<em>become = true<\/em><br \/>\n<em>become_method = sudo<\/em><br \/>\n<em>become_user = root<\/em><br \/>\n<em>become_ask_pass = false<\/em><\/p>\n<p>==== ====<\/p>\n<p>Configurable items in the [defaults] section are as follows:<\/p>\n<ul>\n<li>inventory = .\/inventory<\/li>\n<li>role_path = .\/role<\/li>\n<li>collections_paths = .\/collections<\/li>\n<li>remote_user = admin<\/li>\n<li>become = true<\/li>\n<\/ul>\n<p>The configurable items in the <em>[privilege_escalation]\u00a0<\/em>are as follows:<\/p>\n<ul>\n<li>become = true<\/li>\n<li>become_method = sudo<\/li>\n<li>become_user = root<\/li>\n<li>become_ask_pass = false<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>When executing a playbook, ansible uses certain values mentioned in the &#8220;ansible.cfg&#8221; file. This includes the location of &#8220;inventory&#8221; file, etc. The &#8220;ansible.cfg&#8221; file can <a class=\"mh-excerpt-more\" href=\"http:\/\/shijuvarghese.com\/?p=1437\" title=\"Ansible: Configuration file\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":1,"featured_media":1792,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32,21,3],"tags":[],"class_list":["post-1437","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ansible","category-devops","category-linux"],"_links":{"self":[{"href":"http:\/\/shijuvarghese.com\/index.php?rest_route=\/wp\/v2\/posts\/1437","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/shijuvarghese.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/shijuvarghese.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/shijuvarghese.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/shijuvarghese.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1437"}],"version-history":[{"count":5,"href":"http:\/\/shijuvarghese.com\/index.php?rest_route=\/wp\/v2\/posts\/1437\/revisions"}],"predecessor-version":[{"id":1443,"href":"http:\/\/shijuvarghese.com\/index.php?rest_route=\/wp\/v2\/posts\/1437\/revisions\/1443"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/shijuvarghese.com\/index.php?rest_route=\/wp\/v2\/media\/1792"}],"wp:attachment":[{"href":"http:\/\/shijuvarghese.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1437"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/shijuvarghese.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1437"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/shijuvarghese.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}