{"id":53251,"date":"2020-02-27T13:02:55","date_gmt":"2020-02-27T18:02:55","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=53251"},"modified":"2021-08-16T15:40:33","modified_gmt":"2021-08-16T19:40:33","slug":"install-ansible-galaxy-roles-and-collections","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/","title":{"rendered":"How to Install Ansible Galaxy Roles and Collections"},"content":{"rendered":"<p>Using <a href=\"https:\/\/www.inmotionhosting.com\/ansible\">Ansible<\/a> doesn\u2019t require you create everything from scratch. <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/galaxy.ansible.com\/home\" target=\"_blank\">Ansible Galaxy<\/a> encourages users to share pre-configured Ansible roles and collections for popular tasks and applications you can implement within playbooks immediately. These community submitted roles can save time when configuring playbooks for deployment.<\/p>\n\n\n\n<p class=\"alert alert-info\">Remember, when browsing roles on Ansible Galaxy, it\u2019s important to check stats such as last commit, quality score, community score, and download count. These stats help you understand the quality of submitted content.<\/p>\n\n\n\n<p>Below we\u2019ll cover how to install content from the Ansible Galaxy community with examples:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#roles\">Install a role<\/a><\/li><li><a href=\"#collections\">Install a collection<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"roles\">Install Ansible Galaxy Roles<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Visit <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/galaxy.ansible.com\" target=\"_blank\">https:\/\/galaxy.ansible.com<\/a><\/li><li>Search for a role you wish to use<\/li><li>Select the role name for more details<\/li><li>Open your terminal (or <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\">SSH<\/a>)<\/li><li>Install the Ansible Galaxy role:<code>ansible-galaxy install author.role<\/code> <br>\u2013 e.g. <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/galaxy.ansible.com\/geerlingguy\/security\" target=\"_blank\"><em>ansible-galaxy install geerlingguy.security<\/em><br><\/a><p class=\"alert alert-info\">You\u2019ll see the URL for the downloaded role and extraction destination.<\/p><\/li><li>Add the role in an <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/create-an-ansible-playbook\/\">Ansible playbook<\/a>:<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"806\" height=\"550\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role.png\" class=\"optimized-lcp-image\" alt=\"Ansible Galaxy Security Role Details\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role.png 806w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role-300x205.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role-768x524.png 768w\"><figcaption>Copy the installation command to your clipboard to get started<\/figcaption><\/figure>\n\n\n\n<pre class=\"wp-block-preformatted\">tasks:\n name: Include geerlingguy's Security role\n    include_role: geerlingguy.security<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"collections\">Install Ansible Galaxy Collections<\/h2>\n\n\n\n<p>An <strong>Ansible collection<\/strong> is a package of playbooks, roles, modules, and plugins for distribution. Collections show up in Galaxy searches alongside roles. When you select a collection, you\u2019ll have two download options:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Install the collection role from your terminal: <code>ansible-galaxy collection install authorname.collectionname<\/code><br>\u2013 e.g. <a href=\"https:\/\/galaxy.ansible.com\/awx\/awx\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\"><em>ansible-galaxy collection install awx.awx<\/em><\/a><\/li><li>Select <strong>Download Tarball<\/strong> to download the compressed archive to your home folder, and install it from your terminal: <code>ansible-galaxy collection install packagename.tar.gz<\/code><br>\u2013 e.g. <em>ansible-galaxy collection install awx-awx-9.2.0.tar.gz<\/em><\/li><\/ul>\n\n\n\n<p>Here are two ways to implement Ansible collections in your playbooks:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">tasks:\n import_role: \n    name: awx.awx<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">collections:\n name: awx.awx \ntasks:\n<\/pre>\n\n\n\n<p>Learn more about IT automation in our <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/\">Ansible Education Channel<\/a>.<\/p>\n\n\n\n<p class=\"alert alert-info\">Looking to improve performance with your Ansible agent? Manage your Ansible agent with the <a href=\"https:\/\/www.inmotionhosting.com\/cloud-vps\">Cloud Server<\/a> that fits your needs.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Using Ansible doesn\u2019t require you create everything from scratch. Ansible Galaxy encourages users to share pre-configured Ansible roles and collections for popular tasks and applications you can implement within playbooks immediately. These community submitted roles can save time when configuring playbooks for deployment. Remember, when browsing roles on Ansible Galaxy, it\u2019s important to check stats<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"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-53251","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>How to Install Ansible Galaxy Roles and Collections | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn how to install Galaxy roles and collections to quickly enhance your Ansible agent for more IT automation possibilities.\" \/>\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\/install-ansible-galaxy-roles-and-collections\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Ansible Galaxy Roles and Collections | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn how to install Galaxy roles and collections to quickly enhance your Ansible agent for more IT automation possibilities.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/\" \/>\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-02-27T18:02:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-16T19:40:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role.png\" \/>\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=\"2 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\/install-ansible-galaxy-roles-and-collections\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Install Ansible Galaxy Roles and Collections\",\"datePublished\":\"2020-02-27T18:02:55+00:00\",\"dateModified\":\"2021-08-16T19:40:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/\"},\"wordCount\":297,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role.png\",\"articleSection\":[\"Ansible Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/\",\"name\":\"How to Install Ansible Galaxy Roles and Collections | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role.png\",\"datePublished\":\"2020-02-27T18:02:55+00:00\",\"dateModified\":\"2021-08-16T19:40:33+00:00\",\"description\":\"Learn how to install Galaxy roles and collections to quickly enhance your Ansible agent for more IT automation possibilities.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role.png\",\"width\":806,\"height\":550,\"caption\":\"Copy the installation command to your clipboard to get started\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Ansible Galaxy Roles and Collections\"}]},{\"@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\/f9a4fc454cd1df128ee8e898d30d4644\",\"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\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Ansible Galaxy Roles and Collections | InMotion Hosting","description":"Learn how to install Galaxy roles and collections to quickly enhance your Ansible agent for more IT automation possibilities.","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\/install-ansible-galaxy-roles-and-collections\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Ansible Galaxy Roles and Collections | InMotion Hosting","og_description":"Learn how to install Galaxy roles and collections to quickly enhance your Ansible agent for more IT automation possibilities.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-02-27T18:02:55+00:00","article_modified_time":"2021-08-16T19:40:33+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role.png","type":"","width":"","height":""}],"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":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Install Ansible Galaxy Roles and Collections","datePublished":"2020-02-27T18:02:55+00:00","dateModified":"2021-08-16T19:40:33+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/"},"wordCount":297,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role.png","articleSection":["Ansible Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/","name":"How to Install Ansible Galaxy Roles and Collections | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role.png","datePublished":"2020-02-27T18:02:55+00:00","dateModified":"2021-08-16T19:40:33+00:00","description":"Learn how to install Galaxy roles and collections to quickly enhance your Ansible agent for more IT automation possibilities.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/02\/ansible-galaxy-security-role.png","width":806,"height":550,"caption":"Copy the installation command to your clipboard to get started"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible-galaxy-roles-and-collections\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Install Ansible Galaxy Roles and Collections"}]},{"@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\/f9a4fc454cd1df128ee8e898d30d4644","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\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/53251","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\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=53251"}],"version-history":[{"count":7,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/53251\/revisions"}],"predecessor-version":[{"id":83018,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/53251\/revisions\/83018"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=53251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=53251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=53251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}