-
Notifications
You must be signed in to change notification settings - Fork 24
Addigy
There are several ways to use Baseline with Addigy, but the easiest is through a custom software item. Using a configuration profile for Baseline is best suited for Zero Touch deployments where the profile can be deployed prior to Baseline. For other deployments like On-Demand and Self-Service, using a plist is easier as you deploy that along side Baseline in your custom software item.
Upload your configuration profile via a Custom Profile within MDM Profiles of Catalog. You can leave the installation priority at 9 unless you intend on using this within a Zero Touch configuration where it should be set at 0.1 (see Zero Touch below).
If you prefer to use a plist for your configuration, I recommend placing it as an installation file within your custom software item and copying it to the Baseline directory as outlined in the Self Service section.
Baseline can be uploaded just like any other custom software item. You can leave the installation priority at 10 if this will be used for On-Demand or Self-Service. If you're using this for a Zero Touch deployment, set it to 0.2.
If you'd like to run Baseline via a script, you'll want to execute it via a script file since the Installation Script section of custom software items are run through bash. This can be done by creating a custom software item similar to the PKG route, but instead, you'll upload the script file. Then, within the installation script section, you'll call the script via zsh. Similar to the PKG installer, You can leave the installation priority at 10 if this will be used for On-Demand/Self-Service and 0.2 for Zero Touch deployments.
For both the PKG Installer and Script initiation methods, if you're defining packages and scripts to be installed/executed, you'll want to upload them as installation files within the same main Baseline custom software item.
By default, those files will be downloaded to /Library/Addigy/ansible/packages/Baseline (version)/. Therefore, you'll either want to specify that PackagePath within your Configuraiton Profile/Plist file for each pkg/script or copy those items over to the /usr/local/Baseline/Packages directory in your installation script section and only specify the pkg name in your config file.
<key>Packages</key>
<array>
<dict>
<key>DisplayName</key>
<string>Example Package</string>
<key>PackagePath</key>
<string>/Library/Addigy/ansible/packages/Baseline (version)/ExamplePKG.pkg</string>
<key>TeamID</key>
<string>7Q6XP5698G</string>
</dict>
</array>
To use Baseline in a Zero Touch workflow, specifying an installation priority (https://support.addigy.com/hc/en-us/articles/4419561221523-Installation-Priority) for the main custom software item and the configuraiton profile is needed.
When uploading your configuration profile, set the installation priority to 0.1.
For your Baseline custom software item (PKG or Script), set the installation priority to 0.2.
If you have other items that need to have a 0.1-0.9 Pre-Stage priority, just ensure that you are setting the configuration profile to something before your software item.
Additionally, if you for some reason don't want to go the route of using a configuraiton profile and only want to use the plist method, you'll skip the priority step for your configuration profile and just ensure you have your plist configured similar to the Self-Service instructions below.
There are several options available for On-Demand and Self-Service:
Option 1: If you manually deploy your configuration profile payload first, you can then deploy your Baseline custom software item (script or pkg) just like you would any other software item within GoLive without needing to create anything else.
Option 2: If you'd like to create a single item that you can deploy or make available in Self-Service, you can add your plist and installer within one custom software item like the following:
Big thanks to Chris Bobbie @cwbobbit for submitting this guide
- Mosyle
- JumpCloud
- Addigy
- SimpleMDM
- FileWave
- Workspace ONE
- Jamf Pro
- Microsoft Intune
- Kandji (Need contributions!)
- Hexnode (Need contributions!)
- Jamf School (Need contributions!)