You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -86,6 +77,36 @@ Here are a few important points:
86
77
87
78
## Create Saltstack state files
88
79
80
+
There are two ways you can create the Saltstack state files:
81
+
82
+
1. **Installer Script (recommended):** In this method, the script will automate deployment by installing the agent as well as onboarding the device to the security portal and also configure the repositories to pick the correct agent compatible with your linux distribution.
83
+
84
+
1. **Manually configuring the repositories:** In this method, repositories need to be configured manually along with selecting agent version compatible with your linux distribution. It gives more granular control over the deployment process.
85
+
86
+
### Create Saltstack state files using Installer Script
87
+
88
+
1. Pull the [installer bash script](https://github.com/microsoft/mdatp-xplat/blob/master/linux/installation/mde_installer.sh) from Microsoft GitHub Repository or use the following command to download it:
1. Create the state file `/srv/salt/install_mdatp.sls` with the following content. The same can be downloaded from [GitHub](https://github.com/microsoft/mdatp-xplat/blob/master/linux/installation/third_party_installation_playbooks/salt.install_mdatp_simplified.sls)
96
+
97
+
```bash
98
+
#Download the mde_installer.sh: https://github.com/microsoft/mdatp-xplat/blob/master/linux/installation/mde_installer.sh
### Create Saltstack state files by manually configuring repositories
109
+
89
110
In this step, you create a SaltState state file in your configuration repository (typically `/srv/salt`) that applies the necessary states to deploy and onboard Defender for Endpoint. Then, you add the Defender for Endpoint repository and key: `install_mdatp.sls`.
0 commit comments