{"id":53094,"date":"2020-03-03T14:55:58","date_gmt":"2020-03-03T19:55:58","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=53094"},"modified":"2023-09-21T11:57:10","modified_gmt":"2023-09-21T15:57:10","slug":"install-ansible","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/","title":{"rendered":"How to Install Ansible on a Linux Server"},"content":{"rendered":"<p>Installing <a href=\"https:\/\/www.inmotionhosting.com\/ansible\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Ansible<\/a> is the first step to automating tasks to save time. Below we cover how to get started with Ansible depending on your operating system (OS):<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#install\">Local Installation Methods<\/a><ul><li><a href=\"#pip\">PIP (Python Installs Packages)<\/a><\/li><li><a href=\"#package\">Native Package Manager<\/a><\/li><\/ul><\/li><!--<li><a href=\"#server\">Server Installation and InMotion Hosting Ansible Management Container<\/a><\/li>--><li><a href=\"#verify\">Verify Your Installation<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install\">Ansible Installation Methods<\/h2>\n\n\n\n<p>Before you begin, open your terminal (or <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\">SSH for server installation<\/a>), ensure you have <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/find-python-version\/\">Python version 2.7 or 3.5+<\/a> , and note your Linux server version: <code>cat \/etc\/release<\/code> .<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"pip\">Ansible PIP Installation<\/h3>\n\n\n\n<p>We recommend you consider using <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/pip.pypa.io\/en\/stable\/installing\/\" target=\"_blank\">Python Installs Packages (PIP)<\/a> to install Ansible, especially if you\u2019re already using it. <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/pypi.org\/\" target=\"_blank\">Python Package Index<\/a> is updated more regularly than many Linux package management systems. This also guarantees compatibility with InMotion Hosting Ansible Galaxy roles which require PIP packages.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>Check if it\u2019s installed: <code>pip -V<\/code><\/li>\n\n\n\n<li><a href=\"https:\/\/pip.pypa.io\/en\/stable\/installing\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Install PIP<\/a> if needed<\/li>\n\n\n\n<li>Install Ansible with PIP: <code>pip install --user ansible<\/code><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"package\">Package Manager<\/h3>\n\n\n\n<p>If you prefer to use your native package manager, follow <a href=\"https:\/\/docs.ansible.com\/ansible\/latest\/installation_guide\/intro_installation.html\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">official Ansible documentation<\/a> for your operating system (OS) \u2013 <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/centos-server-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">CentOS<\/a>, <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Ubuntu<\/a>, <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/debian-8\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Debian<\/a>, Arch Linux, etc.<\/p>\n\n\n\n<!---->\n\n\n\n<h2 class=\"wp-block-heading\" id=\"server\">Server Installation with our Ansible Management Container<\/h2>\n\n\n\n<p>InMotion Hosting customers on a <a aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.inmotionhosting.com\/cloud-vps\" target=\"_blank\" rel=\"noreferrer noopener\">Cloud Server<\/a> or Dedicated <a aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.inmotionhosting.com\/bare-metal-servers\" target=\"_blank\" rel=\"noreferrer noopener\">Bare-Metal Server<\/a> can get started with our <strong>Ansible Management Container in AMP<\/strong>. Running your Ansible tasks on a dedicated Ansible agent ensures stable network connectivity, while freeing up your local resources. It also includes the <a aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.gnu.org\/software\/screen\/\" target=\"_blank\" rel=\"noreferrer noopener\">GNU Screen<\/a> and <a aria-label=\" (opens in a new tab)\" href=\"https:\/\/github.com\/tmux\/tmux\/wiki\" target=\"_blank\" rel=\"noreferrer noopener\">Tmux<\/a> terminal multiplexers to ensure your playbooks complete even if the network connection ends prematurely and more.<\/p>\n\n\n\n<p>This is great for users who may want technical assistance from our <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.inmotionhosting.com\/managed-hosting\" target=\"_blank\">Managed Hosting<\/a> team. We\u2019re familiar with the configuration. The Ansible Agent is highly available and includes all dependencies required to deploy software from our Ansible Catalog.<\/p>\n\n\n\n<p class=\"alert alert-warning\">Create a <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/snapshots\/\">snapshot in Account Management Panel (AMP)<\/a> before continuing in case anything goes wrong.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/amp\/how-to-log-into-amp\/\">Log into AMP<\/a><\/li>\n\n\n\n<li>Click the <strong>Ansible<\/strong> button under <em>Manage My Account<\/em><\/li>\n\n\n\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/manage-ssh-keys\/\">Add your SSH Key<\/a><\/li>\n\n\n\n<li>On the Ansible page, select <strong>Start Ansible Container<\/strong><\/li>\n\n\n\n<li>Save your port number and IP address to connect to your Ansible container<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"895\" height=\"467\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update.png\" class=\"optimized-lcp-image\" alt=\"\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update.png 895w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update-300x157.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update-768x401.png 768w\"><figcaption class=\"wp-element-caption\">Save your port and IP address to connect to your Ansible Management Container<\/figcaption><\/figure>\n<\/div>\n\n\n\u2013&gt;\n\n\n\n<h2 class=\"wp-block-heading\" id=\"verify\">Verify Installation<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\">Log into your Ansible Container<\/a><!-- - <code>ssh ansible@[serverIP] -p [port number]<\/code>--><\/li>\n\n\n\n<li>Check Ansible information such as Ansible version, default <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/ultrastack-ansible-configuration-file\/\">configuration file location<\/a>, and Python version: <code>ansible --version<\/code><\/li>\n<\/ol>\n\n\n\n<p>After installing your Ansible agent, start to learn Ansible IT automation with your first <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/create-an-ansible-playbook\/\">Ansible playbook<\/a> (with an Ansible playbook example).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Installing Ansible is the first step to automating tasks to save time. Below we cover how to get started with Ansible depending on your operating system (OS): Local Installation Methods PIP (Python Installs Packages) Native Package Manager Verify Your Installation Ansible Installation Methods Before you begin, open your terminal (or SSH for server installation), ensure<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/\"> 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-53094","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 on a Linux Server | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn how to install Ansible on a Linux Server. Learn which installation method fits your needs and how our Ansible Management Container can enhance your workflow.\" \/>\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\/\" \/>\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 on a Linux Server | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn how to install Ansible on a Linux Server. Learn which installation method fits your needs and how our Ansible Management Container can enhance your workflow.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-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-03-03T19:55:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-21T15:57:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update.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\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Install Ansible on a Linux Server\",\"datePublished\":\"2020-03-03T19:55:58+00:00\",\"dateModified\":\"2023-09-21T15:57:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/\"},\"wordCount\":381,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update.png\",\"articleSection\":[\"Ansible Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/\",\"name\":\"How to Install Ansible on a Linux Server | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update.png\",\"datePublished\":\"2020-03-03T19:55:58+00:00\",\"dateModified\":\"2023-09-21T15:57:10+00:00\",\"description\":\"Learn how to install Ansible on a Linux Server. Learn which installation method fits your needs and how our Ansible Management Container can enhance your workflow.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update.png\",\"width\":895,\"height\":467},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Ansible on a Linux Server\"}]},{\"@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 on a Linux Server | InMotion Hosting","description":"Learn how to install Ansible on a Linux Server. Learn which installation method fits your needs and how our Ansible Management Container can enhance your workflow.","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\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Ansible on a Linux Server | InMotion Hosting","og_description":"Learn how to install Ansible on a Linux Server. Learn which installation method fits your needs and how our Ansible Management Container can enhance your workflow.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-03-03T19:55:58+00:00","article_modified_time":"2023-09-21T15:57:10+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update.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\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Install Ansible on a Linux Server","datePublished":"2020-03-03T19:55:58+00:00","dateModified":"2023-09-21T15:57:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/"},"wordCount":381,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update.png","articleSection":["Ansible Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/","name":"How to Install Ansible on a Linux Server | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update.png","datePublished":"2020-03-03T19:55:58+00:00","dateModified":"2023-09-21T15:57:10+00:00","description":"Learn how to install Ansible on a Linux Server. Learn which installation method fits your needs and how our Ansible Management Container can enhance your workflow.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/08\/ansible-amp-update.png","width":895,"height":467},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/install-ansible\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Install Ansible on a Linux Server"}]},{"@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\/53094","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=53094"}],"version-history":[{"count":16,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/53094\/revisions"}],"predecessor-version":[{"id":106809,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/53094\/revisions\/106809"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=53094"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=53094"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=53094"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}