{"id":55152,"date":"2020-04-14T12:22:24","date_gmt":"2020-04-14T17:22:24","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=55152"},"modified":"2020-12-03T13:18:21","modified_gmt":"2020-12-03T18:18:21","slug":"creating-wordpress-with-ansible","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/","title":{"rendered":"Creating your First WordPress Site with Ansible"},"content":{"rendered":"\n<center><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/NR7KrsCb8CY\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"><\/iframe><\/center>\n\n\n\n<p>A low-cost High-Availability Cloud Server is one of the best ways to host websites and other web apps. However, deploying the software can be time-consuming depending on your experience level. Luckily, with our included <a href=\"https:\/\/www.inmotionhosting.com\/ansible\">Ansible Control Node<\/a> and WordPress UltraStack Ansible Playbook, you can deploy a WordPress site with all necessary dependencies easily. In this guide, we\u2019ll show you how to run an Ansible playbook to get a WordPress site up and running in just minutes.<\/p>\n\n\n\n<p>In this article:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#add-keys\">Add SSH Keys to your Server&nbsp;<\/a><\/li><li><a href=\"#start-ansible\">Add SSH Key and Start Ansible Control Node<\/a><\/li><li><a href=\"#ssh-into-ansible\">SSH into the Ansible Control Node<\/a><\/li><li><a href=\"#add-key-to-target\">Add Your Ansible Control Node Public Key to your Target Cloud Server<\/a><\/li><li><a href=\"#run-playbook\">Customize and Run Ansible Playbook<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"add-keys\">Add SSH Keys to your Server<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>If this is your first time <a href=\"https:\/\/www.inmotionhosting.com\/support\/amp\/viewing-account-technicial-information-in-amp\/\">accessing AMP<\/a> after purchasing a Cloud Server, clicking on \u201c<strong>Access My Server<\/strong>\u201d will also take you directly to the <strong>Manage SSH Keys<\/strong> section.<\/li><li>Open <strong>Terminal<\/strong> or <strong>Powershell<\/strong>.<\/li><li>Type the following then hit <kbd>Enter<\/kbd>.<pre>ssh-keygen -t rsa -b 4096<\/pre><\/li><li>Press <kbd>Enter<\/kbd> again when you see a prompt to \u201c<em>Enter file in which to save the key<\/em>\u201c.<\/li><li>When prompted, type a secure passphrase, then press <kbd>Enter<\/kbd>.<\/li><li>When prompted type the secure passphrase again to confirm, then press <kbd>Enter<\/kbd>. This will generate a public and private key.<\/li><li>Open the public key (\/home\/username\/.ssh\/id_rsa.pub) and copy the entire text.<\/li><li>On the <em>Manage SSH Keys<\/em> page, click the blue <strong>ADD KEY<\/strong> button.<\/li><li>In the <strong>Label<\/strong> field, put a name to help you identify what the key is for.<\/li><li>In the <strong>Public Key<\/strong> field paste the public key you generated and copied in the first section. By default it will usually be called \u201cid_rsa.pub\u201d and the first line should start with \u201c<em>ssh-rsa<\/em>\u201c.<\/li><li>Choose your server from the \u201c<strong>Install To<\/strong>\u201d drop-down menu.<\/li><li>Click the <strong>ADD KEY<\/strong> button.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Test your SSH Connection<\/h3>\n\n\n\n<p>You can test if your key was added successfully by connecting to your server via SSH. <\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Go to the main AMP page by clicking <strong>My Account<\/strong>.&nbsp;<\/li><li>Click the <strong>Account Technical Details<\/strong> button.<\/li><li>Use your <strong>IP address<\/strong> or <strong>Hostname<\/strong> to SSH into your server as the &#8220;root&#8221; user. For example:<br><pre>ssh root@1.2.3.4<\/pre><pre>ssh root@vps12345.inmotionhosting.com<\/pre><\/li><li>Log out of your server with the exit command.<br><pre>exit<\/pre><\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"start-ansible\">Add SSH Key and Start Ansible Control Node<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>On the main AMP page, click the <strong>Ansible Control Node<\/strong> button.<\/li><li>On the first visit to the Ansible Control Node page, you\u2019ll be prompted to select an existing public key or add a new key. Choose your existing key then click the <strong>Add Key<\/strong> button.<\/li><li>Now scroll down and click the <strong>Start Ansible<\/strong> Button.<\/li><li>Save the provided <strong>username<\/strong>, <strong>port<\/strong>, and <strong>IP address<\/strong><\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"ssh-into-ansible\">SSH into the Ansible Control Node <\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Open Terminal or Powershell and SSH into your Ansible Control Node using the <strong>username<\/strong>, <strong>port<\/strong>, and <strong>IP address<\/strong> you just saved. e.g. ssh username@IPaddress -p port-number.<br><pre>ssh ansible@1.2.3.4 -p 1234<\/pre><\/li><li>Create an SSH key on the Ansible Control Node by running the following command.<br><pre>ssh-keygen -t rsa -b 4096<\/pre>Press <kbd>Enter<\/kbd> again when you see a prompt to \u201c<em>Enter file in which to save the key<\/em>\u201c.<\/li><li>When prompted, type a secure passphrase, then press <kbd>Enter<\/kbd>.<\/li><li>When prompted type the secure passphrase again to confirm, then press <kbd>Enter<\/kbd>. This will generate a public and private key.<\/li><li>Open the public key (\/home\/username\/.ssh\/id_rsa.pub) and copy the entire text.<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"add-key-to-target\">Add Your Ansible Control Node Public Key to your Target Cloud Server<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>In <a href=\"https:\/\/www.inmotionhosting.com\/support\/amp\/viewing-account-technicial-information-in-amp\/\">AMP<\/a>,  click the <strong>Manage SSH Keys<\/strong> button.<\/li><li>Click the blue <strong>ADD KEY<\/strong> button.<\/li><li>In the <strong>Label<\/strong> field put a name to help you identify what the key is for.<\/li><li>Paste your key into the <strong>Public Key<\/strong> field. The first line should start with \u201c<em>ssh-rsa<\/em>\u201c.<\/li><li>Choose your server from the \u201c<strong>Install To<\/strong>\u201d drop-down menu.<\/li><li>Click the blue <strong>ADD KEY<\/strong> button at the bottom of the popup once you have finished filling in the fields. Once the installation is complete, you will see a message stating \u201c<em>Public key successfully installed<\/em>\u201c.<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"run-playbook\">Customize and Run Ansible Playbook<\/h2>\n\n\n<ol class=\"article_list\">\n<li>If you are not still connected, SSH into your Ansible Control Node using the <strong>username<\/strong>, <strong>port<\/strong>, and <strong>IP address<\/strong>.\n<pre>ssh ansible@1.2.3.4 -p 1234<\/pre>\n<\/li>\n<li>You should be in the \/home\/ansible directory. Navigate to the playbook with the following command.\n<pre>cd wordpress-ultrastack-ansible<\/pre>\n<\/li>\n<li>Copy the sample inventory.yml file to a new file with this command.\n<pre>cp inventory.sample.yml inventory.yml<\/pre>\n<\/li>\n<li>Edit inventory.yml in your preferred text editor. For example:\n<pre>nano inventory.yml<\/pre>\n<\/li>\n<li>In the new inventory.yml file, you will need to edit the placeholder values under hosts for <strong>site_domain<\/strong>, <strong>site_email<\/strong>, <strong>site_user<\/strong>, and <strong>site_pass<\/strong>. At a minimum, you will need to change the references to <span style=\"color: #ff0000;\"><strong>domain.tld<\/strong><\/span>.&nbsp;\n<div class=\"alert alert-info\">For example, instead of domain.tld you can use the IP address or hostname of your server listed under <a href=\"https:\/\/www.inmotionhosting.com\/support\/amp\/viewing-account-technicial-information-in-amp\/\">Account Technical Details<\/a> in AMP.<\/div>\n<\/li>\n<li>Run the playbook in your Ansible control Node with the following command.\n<pre>ansible-playbook -i inventory.yml site.deploy.yml<\/pre>\n<\/li>\n<li>You will be prompted for your secure passphrase. Type it then click the <kbd>Enter<\/kbd> key.\n<\/li>\n<div class=\"alert alert-warning\">The playbook will then run and create your site. This will take several minutes to complete.<\/div>\n<\/ol>\n\n\n<p>After your playbook runs successfully, visit the address you chose as the replacement for &#8220;domain.tld&#8221; to see your new WordPress website!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A low-cost High-Availability Cloud Server is one of the best ways to host websites and other web apps. However, deploying the software can be time-consuming depending on your experience level. Luckily, with our included Ansible Control Node and WordPress UltraStack Ansible Playbook, you can deploy a WordPress site with all necessary dependencies easily. In this<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/\"> Read More ><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4349],"tags":[],"class_list":["post-55152","post","type-post","status-publish","format-standard","hentry","category-ansible"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Creating your First WordPress Site with Ansible | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn how to use Ansible to quickly deploy a WordPress site to your Dedicated or Cloud VPS server.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creating your First WordPress Site with Ansible | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn how to use Ansible to quickly deploy a WordPress site to your Dedicated or Cloud VPS server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-14T17:22:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-03T18:18:21+00:00\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b\"},\"headline\":\"Creating your First WordPress Site with Ansible\",\"datePublished\":\"2020-04-14T17:22:24+00:00\",\"dateModified\":\"2020-12-03T18:18:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/\"},\"wordCount\":845,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"articleSection\":[\"Ansible Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/\",\"name\":\"Creating your First WordPress Site with Ansible | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2020-04-14T17:22:24+00:00\",\"dateModified\":\"2020-12-03T18:18:21+00:00\",\"description\":\"Learn how to use Ansible to quickly deploy a WordPress site to your Dedicated or Cloud VPS server.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Creating your First WordPress Site with Ansible\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/john-paul\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creating your First WordPress Site with Ansible | InMotion Hosting","description":"Learn how to use Ansible to quickly deploy a WordPress site to your Dedicated or Cloud VPS server.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/","og_locale":"en_US","og_type":"article","og_title":"Creating your First WordPress Site with Ansible | InMotion Hosting","og_description":"Learn how to use Ansible to quickly deploy a WordPress site to your Dedicated or Cloud VPS server.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-04-14T17:22:24+00:00","article_modified_time":"2020-12-03T18:18:21+00:00","author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b"},"headline":"Creating your First WordPress Site with Ansible","datePublished":"2020-04-14T17:22:24+00:00","dateModified":"2020-12-03T18:18:21+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/"},"wordCount":845,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"articleSection":["Ansible Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/","name":"Creating your First WordPress Site with Ansible | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2020-04-14T17:22:24+00:00","dateModified":"2020-12-03T18:18:21+00:00","description":"Learn how to use Ansible to quickly deploy a WordPress site to your Dedicated or Cloud VPS server.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/creating-wordpress-with-ansible\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Creating your First WordPress Site with Ansible"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/john-paul\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4349,"name":"Ansible Tutorials","slug":"ansible","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/55152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=55152"}],"version-history":[{"count":30,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/55152\/revisions"}],"predecessor-version":[{"id":64346,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/55152\/revisions\/64346"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=55152"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=55152"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=55152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}