Install CCS Console

This step installs the new CCS console.
Run the copy of the script to copy the
Ansible_FreshSilentInstall
to the target host machine. Edit the
secureConfig.enc
file and add the below parameters to install the Console in user context:
ccsconsole_username: "<DomainName\UserName>" ccsconsole_password: "<Password>"
Run the below command to run the silent CCS console installation on the target host:
ansible-playbook CCS_Console_install.yml -e @secureConfig.enc -e 'ccsinstall_path="C:\\Program Files (x86)\\Symantec\\CCS\Reporting and Analytics"'