Local and internet mode - HenryGP/om_ansible GitHub Wiki

One of the most tedious steps in the provisioning is the download of the Ops Manager package. The time taken for this process to complete can be reduced significantly by enabling local mode.

When provisioning the Ops Manager server, Ansible by default will proceed to download the required rpm package from the URL specified in the om_download_url parameter under the vars directory. If you have already downloaded a package, you can modify the vars/om-install-vars.yaml and set the local_mode variable to true.

Ensure to rename the downloaded package to mongodb-mms.rpm and place it in the files directory.