Back to Articles
  1. On your Ansible host, navigate to the docsis-platform-ansible-2.14.x.x directory.
  2. Install/configure pre-requisites on all hosts defined in the ServAssure Collection Platform Ansible Inventory, by running the following command:

    ansible-playbook -i <locationInventoryFile> system-setup-all.yml

    NOTE: By default, this playbook will reboot all nodes. You can choose to skip this step.
  3. Run the site pre-installation script to validate whether the system is ready for install of ServAssure Collection Platform. Run the following command:

    ansible-playbook -i <locationInventoryFile> site-preinstall.yml

  4. Verify that the script runs without errors. If errors are encountered, fix any found issues and then re-run the script.