{"id":1862,"date":"2020-04-07T21:42:47","date_gmt":"2020-04-07T18:42:47","guid":{"rendered":"https:\/\/artem.services\/?p=1854"},"modified":"2020-04-07T22:23:21","modified_gmt":"2020-04-07T19:23:21","slug":"1862","status":"publish","type":"post","link":"https:\/\/artem.services\/?p=1862&lang=en","title":{"rendered":"Ansible &#8212; Template: to_nice_json"},"content":{"rendered":"<p><img loading=\"lazy\" class=\"aligncenter size-full wp-image-1393\" src=\"https:\/\/artem.services\/wp-content\/uploads\/2019\/08\/ansible-logo.png\" alt=\"\" width=\"1280\" height=\"720\" srcset=\"https:\/\/artem.services\/wp-content\/uploads\/2019\/08\/ansible-logo.png 1280w, https:\/\/artem.services\/wp-content\/uploads\/2019\/08\/ansible-logo-300x169.png 300w, https:\/\/artem.services\/wp-content\/uploads\/2019\/08\/ansible-logo-768x432.png 768w, https:\/\/artem.services\/wp-content\/uploads\/2019\/08\/ansible-logo-1024x576.png 1024w, https:\/\/artem.services\/wp-content\/uploads\/2019\/08\/ansible-logo-954x537.png 954w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/><\/p>\n<p>In order to create a file from the template and immediately save it as &quot;<strong>Pretty JSON<\/strong>&quot;, you can use the &quot;<strong>copy<\/strong>&quot; module with the &quot;<strong>content<\/strong>&quot; key.<\/p>\n<p>For example, save the template &quot;<strong>config.j2<\/strong>&quot; as the file &quot;<strong>\/app\/config.json<\/strong>&quot;<\/p>\n<h3>Playbook:<\/h3>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n- name: Template a file to configuration files\r\n  copy:\r\n    content: &quot;{{ lookup('template', 'templates\/config.j2') | to_nice_json }}&quot;\r\n    dest: &quot;\/app\/config.json&quot;\r\n    owner: artem\r\n    group: artem\r\n    mode: '0644'\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>In order to create a file from the template and immediately save it as &quot;Pretty JSON&quot;, you can use the &quot;copy&quot; module with the &quot;content&quot; key. For example, save the template &quot;config.j2&quot; as the file &quot;\/app\/config.json&quot; Playbook:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1131],"tags":[1133,1515,979,1517,1519,1521],"_links":{"self":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1862"}],"collection":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1862"}],"version-history":[{"count":2,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1862\/revisions"}],"predecessor-version":[{"id":1864,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1862\/revisions\/1864"}],"wp:attachment":[{"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1862"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1862"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}