@@ -16,22 +16,29 @@ Platforms
1616* CentOS
1717* RedHat
1818* Ubuntu
19+ * Debian
1920
2021Role Variables
2122--------------
2223The following variables are available for override.
2324```
2425threatstack_deploy_key: # Required. Your Cloud Sight API Key
25- threatstack_feature_plan: # Set value to reflect your feature plan. https://www.threatstack.com/plans
26- # * 'agent_type="i"' - Investigate or Legacy (Basic, Advanced, Pro)
27- # * 'agent_type="m"' - Monitor
28- threatstack_ruleset: # The Agent's rule set, will default to "Default Rule Set".
26+ threatstack_feature_plan: # AGENT 1.x ONLY!
27+ # Required. Set value to reflect your feature plan. https://www.threatstack.com/plans
28+ # * 'agent_type="i"' - Investigate or Legacy (Basic, Advanced, Pro)
29+ # * 'agent_type="m"' - Monitor
30+ threatstack_ruleset: # Array of agent rule sets, will default to ["Base Rule Set"].
2931 # Define multiple rule sets using a comma seperated list.
3032threatstack_pkg_url: # Location of package repo. Only change if you mirror your own.
31- threatstack_pkg: # name of package. Specify package version using "threatstack-agent=X.Y.Z"
32- threatstack_hostname: # The display hostname in the Threat Stack UI
33+ threatstack_pkg: # Name of package. Specify package version using
34+ # "threatstack-agent=X.Y.Z" (Debian/Ubuntu)
35+ # "threatstack-agent-X.Y.Z" (RedHat/CentOS/Amazon)
36+ # Defaults to latest available version.
37+ threatstack_url: # The URL of the Threat Stack webapp. Defaults to https://app.threatstack.com
38+ threatstack_hostname: # The display hostname in the Threat Stack UI. Defaults to hostname.
3339threatstack_configure_agent: # Optionally do not configure the host, just install package
34- threatstack_agent_config_args: # Pass optional configuration arguments during agent registration.
40+ threatstack_agent_extra_args: # Pass optional arguments during agent registration.
41+ threatstack_agent_config_args: # Pass optional configuration arguments after agent registration.
3542```
3643
3744Install
0 commit comments