Pre-installation commands
Last Updated:
June 30, 2026
- On your Ansible host, navigate to the docsis-platform-ansible-2.14.x.x directory.
- 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. - 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
- Verify that the script runs without errors. If errors are encountered, fix any found issues and then re-run the script.
