Accessing your Ansible Control Node Updated on August 16, 2023 by InMotion Hosting Contributor 2 Minutes, 25 Seconds to Read Our Ansible Control Node allows you to start managing remote systems. The container is set up with Git, popular playbooks, an is easy to configure in the Account Management Panel (AMP). This allows you to spend less time working on your Ansible agent and more time managing remote nodes. Features include: All needed Python and Ansible dependenciesInMotion’s Ansible CatalogEliminated issues with a spotty local internet connectionFree up local resourcesUse the included GNU Screen or Tmux utilitiesAll text editors are welcome: vi, vim, GNU Nano, and GNU Emacs The Ansible Control Node is only available with Cloud Server or Bare Metal dedicated server hosting plans. You can always install Ansible manually. Below we’ll cover how to get started with your Ansible Control Node. Locate the Ansible Control NodeStart Ansible Control NodeUpdate Ansible Control NodeLog into Ansible Control Node Locate the Ansible Control Node Ensure you’ve added an SSH Key in AMPSelect My Account at the top to return to the main pageUnder Manage My Account, select Ansible Control NodeUpon first visit to the Ansible Control Node page you’ll be prompted to select an existing public key or add a new keyAfter you’ve selected a key, select ADD KEYSelect Change SSH Key to change your Ansible key at any time Start the Ansible Control Node You must start the Ansible Control Node in AMP before you can log into it to run plays. Note that the Ansible Control Node shuts down after 24 hours of inactivity. Log into AMPAt the top, select Ansible Control NodeSelect Start AnsibleSave the provided username, port, and IP address somewhere safe such as the KeePass password manager You can stop the Ansible Control Node from this page at any time by selecting Stop Ansible. Update Ansible Control Node Ensure your Ansible Control Node is up-to-date by checking for updates periodically. Log into AMPSelect Ansible Control Node at the top of AMPIf there are any updates, you’ll be able to select Ansible Update AvailableClick the button when there’s an Ansible Update AvailableSelect Yes, Update Now Any current SSH sessions with the Ansible Control Node will be closed during updates. Log into Your Ansible Control Node Once your Ansible Control Node has started, log into your Ansible Control Node via SSH: e.g. ssh -i key-name user@IPaddress -p port-numberssh -i key-1 [email protected] -p 1234“-i” specifies the key file name and “-p” specifies the port for connectionFrom the Ansible Control Node, create an SSH keyUsing our Manage My SSH Keys guide, install the public key you created on the Ansible Control Node to any Cloud Server or Bare Metal Dedicated Server you want to manage with Ansible Great, you are now in your Ansible Control Node. Next, you can try a common deployment of WordPress onto a Server by following our Using the WordPress UltraStack Playbook guide. Learn more about how to maintain your deployments with our Ansible Education channel. Share this Article InMotion Hosting Contributor Content Writer InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals! More Articles by InMotion Hosting Related Articles Ansible and Docker What is Ansible? Ansible vs Terraform Getting Started with Ansible How to Install Ansible on a Linux Server WordPress UltraStack Ansible Playbook Tutorial Using Git to Manage your Workflow Ansible Galaxy and Prebuilt Playbooks Accessing your Ansible Control Node How to Backup Ansible