Reinstall Paragon Automation
To reinstall Paragon Automation, run the deploy
script again on the
control host.
To update an existing instance of Paragon Automation, edit the
inventory and config.yml files, and
run the deploy
script again on the control host.
# ./run -c config-dir deploy
If the deploy
script fails for a particular component, you can run
the destroy
command to uninstall the component, and then reinstall
it with the deploy
script.
# ./run -c config-dir destroy -t tags # ./run -c config-dir deploy -t tags
We
support the following optional parameters
for
the deploy
script:
-
--list-tags
—View a list of available tags. -
-t tag1,tag2
—Deploy or redeploy a subset of the installation tasks or components of the cluster selectively. For example, to install or update only the Infrastructure component, use# ./run -c config-dir deploy -t infra
. -
--skip-tags tag1,tag2
—Skip over some installation tasks. For example, to deploy the cluster without installing the Paragon Insights component, use# ./run -c config-dir deploy --skip-tags healthbot
. -
--ask-vault-pass
—Prompt for the password to decrypt authentication passwords, if Ansible vault was previously configured.