cloudlinux / imunify-deployment

Automated imunify-product deployments

Repository from Github https://github.comcloudlinux/imunify-deploymentRepository from Github https://github.comcloudlinux/imunify-deployment

Imunify Deployment

Provided examples applicable for Cloudlinux 8 and 9 with cPanel or Plesk installed.

Slackstack

Usage

Clone repo:

git clone https://github.com/cloudlinux/imunify-deployment.git

Copy SLS files to salt folder. /srv/salt is the default.

Then you can test it with dry run:

salt host state.apply imunify-install-cpanel test=True

Finally, you may run it with dev activation key to see if we successfully configured everything:

salt host state.apply imunify-install-cpanel pillar='{"activation_key": "<KEY>"}' # for cpanel
salt host state.apply imunify-install-plesk pillar='{"plesk_license_key": "<PLESK_KEY>"}' # for plesk

Accept EULA license and apply configuration:

salt host state.apply imunify-configuration

Or to uninstall:

salt host state.apply imunify-uninstall

About

Automated imunify-product deployments


Languages

Language:SaltStack 100.0%