diff --git a/branch/main/.buildinfo b/branch/main/.buildinfo index f04d931..2a76f43 100644 --- a/branch/main/.buildinfo +++ b/branch/main/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: c142ead37e3cba0742f7bdc2011231b7 +config: 8b2a49185858a2e93e1fbca5a7e293ed tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/branch/main/_static/searchtools.js b/branch/main/_static/searchtools.js index 92da3f8..b08d58c 100644 --- a/branch/main/_static/searchtools.js +++ b/branch/main/_static/searchtools.js @@ -178,7 +178,7 @@ const Search = { htmlToText: (htmlString, anchor) => { const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); - for (const removalQuery of [".headerlinks", "script", "style"]) { + for (const removalQuery of [".headerlink", "script", "style"]) { htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() }); } if (anchor) { @@ -328,13 +328,14 @@ const Search = { for (const [title, foundTitles] of Object.entries(allTitles)) { if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) { for (const [file, id] of foundTitles) { - let score = Math.round(100 * queryLower.length / title.length) + const score = Math.round(Scorer.title * queryLower.length / title.length); + const boost = titles[file] === title ? 1 : 0; // add a boost for document titles normalResults.push([ docNames[file], titles[file] !== title ? `${titles[file]} > ${title}` : title, id !== null ? "#" + id : "", null, - score, + score + boost, filenames[file], ]); } diff --git a/branch/main/searchindex.js b/branch/main/searchindex.js index 967afcf..a907627 100644 --- a/branch/main/searchindex.js +++ b/branch/main/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"Authors": [[5, "authors"], [6, "authors"], [7, "authors"], [8, "authors"], [9, "authors"], [10, "authors"], [11, "authors"], [12, "authors"]], "Collection Index": [[1, "collection-index"]], "Collection links": [[5, "collection-links"], [6, "collection-links"], [7, "collection-links"], [8, "collection-links"], [9, "collection-links"], [10, "collection-links"], [11, "collection-links"], [12, "collection-links"]], "Collections in the Sva Namespace": [[3, "collections-in-the-sva-namespace"]], "Collections:": [[13, null]], "Description": [[4, "description"]], "Examples": [[5, "examples"], [6, "examples"], [7, "examples"], [8, "examples"], [9, "examples"], [10, "examples"], [11, "examples"], [12, "examples"]], "Index of all Collection Environment Variables": [[0, "index-of-all-collection-environment-variables"]], "Index of all Modules": [[2, "index-of-all-modules"]], "Modules": [[4, "modules"]], "Notes": [[5, "notes"], [6, "notes"], [7, "notes"], [8, "notes"], [9, "notes"], [10, "notes"], [11, "notes"], [12, "notes"]], "Parameters": [[5, "parameters"], [6, "parameters"], [7, "parameters"], [8, "parameters"], [9, "parameters"], [10, "parameters"], [11, "parameters"], [12, "parameters"]], "Plugin Index": [[4, "plugin-index"]], "Plugin indexes:": [[13, null]], "Reference indexes:": [[13, null]], "Requirements": [[5, "requirements"], [6, "requirements"], [7, "requirements"], [8, "requirements"], [9, "requirements"], [10, "requirements"], [11, "requirements"], [12, "requirements"]], "Return Values": [[5, "return-values"], [6, "return-values"], [7, "return-values"], [8, "return-values"], [9, "return-values"], [10, "return-values"], [11, "return-values"], [12, "return-values"]], "Sva.Sentinelone": [[4, "sva-sentinelone"]], "Synopsis": [[5, "synopsis"], [6, "synopsis"], [7, "synopsis"], [8, "synopsis"], [9, "synopsis"], [10, "synopsis"], [11, "synopsis"], [12, "synopsis"]], "Welcome to my Ansible collection documentation": [[13, "welcome-to-my-ansible-collection-documentation"]], "sva.sentinelone": [[2, "sva-sentinelone"]], "sva.sentinelone.sentinelone_config_overrides module \u2013 Manage SentinelOne Config Overrides": [[5, "sva-sentinelone-sentinelone-config-overrides-module-manage-sentinelone-config-overrides"]], "sva.sentinelone.sentinelone_download_agent module \u2013 Download SentinelOne agent from Management Console": [[6, "sva-sentinelone-sentinelone-download-agent-module-download-sentinelone-agent-from-management-console"]], "sva.sentinelone.sentinelone_filters module \u2013 Manage SentinelOne Filters": [[7, "sva-sentinelone-sentinelone-filters-module-manage-sentinelone-filters"]], "sva.sentinelone.sentinelone_groups module \u2013 Manage SentinelOne Groups": [[8, "sva-sentinelone-sentinelone-groups-module-manage-sentinelone-groups"]], "sva.sentinelone.sentinelone_path_exclusions module \u2013 Manage SentinelOne Path Exclusions": [[9, "sva-sentinelone-sentinelone-path-exclusions-module-manage-sentinelone-path-exclusions"]], "sva.sentinelone.sentinelone_policies module \u2013 Manage SentinelOne Policies": [[10, "sva-sentinelone-sentinelone-policies-module-manage-sentinelone-policies"]], "sva.sentinelone.sentinelone_sites module \u2013 Manage SentinelOne Sites": [[11, "sva-sentinelone-sentinelone-sites-module-manage-sentinelone-sites"]], "sva.sentinelone.sentinelone_upgrade_policies module \u2013 Manage SentinelOne Upgrade Policies": [[12, "sva-sentinelone-sentinelone-upgrade-policies-module-manage-sentinelone-upgrade-policies"]]}, "docnames": ["collections/environment_variables", "collections/index", "collections/index_module", "collections/sva/index", "collections/sva/sentinelone/index", "collections/sva/sentinelone/sentinelone_config_overrides_module", "collections/sva/sentinelone/sentinelone_download_agent_module", "collections/sva/sentinelone/sentinelone_filters_module", "collections/sva/sentinelone/sentinelone_groups_module", "collections/sva/sentinelone/sentinelone_path_exclusions_module", "collections/sva/sentinelone/sentinelone_policies_module", "collections/sva/sentinelone/sentinelone_sites_module", "collections/sva/sentinelone/sentinelone_upgrade_policies_module", "index"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["collections/environment_variables.rst", "collections/index.rst", "collections/index_module.rst", "collections/sva/index.rst", "collections/sva/sentinelone/index.rst", "collections/sva/sentinelone/sentinelone_config_overrides_module.rst", "collections/sva/sentinelone/sentinelone_download_agent_module.rst", "collections/sva/sentinelone/sentinelone_filters_module.rst", "collections/sva/sentinelone/sentinelone_groups_module.rst", "collections/sva/sentinelone/sentinelone_path_exclusions_module.rst", "collections/sva/sentinelone/sentinelone_policies_module.rst", "collections/sva/sentinelone/sentinelone_sites_module.rst", "collections/sva/sentinelone/sentinelone_upgrade_policies_module.rst", "index.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [4, 5, 6, 7, 8, 9, 10, 11, 12], "00": [11, 12], "01": [11, 12], "0100": 11, "01t12": 11, "02": 12, "03": 11, "06": 11, "1": [4, 5, 6, 7, 8, 9, 10, 11, 12], "10": 4, "1000": 12, "1038": 5, "11": 12, "12": 12, "15t10": 11, "15t11": 11, "2": [4, 5, 6], "20": 11, "2022": 11, "21": [5, 11], "23": 6, "3": [6, 12], "32_bit": 6, "358": 6, "5": [5, 6, 7, 8, 9, 10, 11, 12], "6": [5, 6, 7, 8, 9, 10, 11, 12], "64": 6, "64_bit": 6, "7": [5, 12], "8": 12, "8601": 11, "888888888888888888": 8, "99999999999999": [5, 10], "99999999999999999": 9, "999999999999999999": 8, "9999999999999999999": 12, "A": [9, 10, 12], "If": [5, 6, 8, 9, 10, 11, 12], "In": 5, "It": [5, 6, 7, 8, 9, 10, 11, 12], "No": 0, "The": [0, 5, 6, 7, 8, 9, 10, 11, 12], "These": [1, 3, 4, 5], "To": [5, 6, 7, 8, 9, 10, 11, 12], "Will": [5, 6, 10, 12], "aarch64": 6, "abl": [5, 6, 7, 8, 9, 10, 11, 12], "about": [5, 6, 7, 8, 9, 10, 11, 12], "absent": [5, 7, 8, 9, 11], "account": [5, 6, 7, 8, 9, 10, 11, 12], "ad": 7, "agent": [2, 4, 5, 11], "agent_vers": [5, 6], "agent_versioin": 6, "agentui": 10, "agentuion": 10, "alert": 9, "all": [5, 13], "allow": [5, 6], "alreadi": 5, "also": [5, 6], "alwai": [8, 11], "am": 12, "an": [5, 6], "ansibl": [0, 4, 5, 6, 7, 8, 9, 10, 11, 12], "api": [5, 6, 7, 8, 9, 10, 11, 12], "appli": 5, "applic": [5, 7, 9, 10, 12], "ar": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "architectur": 6, "arm": 6, "assign": 11, "attach": 9, "auth": [5, 6, 7, 8, 9, 10, 11, 12], "authent": [5, 6, 7, 8, 9, 10, 11, 12], "author": 4, "automat": 9, "avail": [7, 10, 11, 12], "base": 8, "basic": [5, 6, 7, 8, 9, 10, 11, 12], "been": 0, "below": [5, 6, 7, 8, 9, 10, 11, 12], "between": 6, "binari": 9, "bit": 6, "boolean": [9, 10, 12], "c": 9, "can": [5, 7, 8, 10, 12], "chang": [5, 7, 8, 9, 10, 11, 12], "check": [5, 6, 7, 8, 9, 10, 11, 12], "choic": [5, 6, 7, 8, 9, 10, 11, 12], "choos": 6, "collect": 4, "combin": 5, "comment": [5, 6, 7, 8, 9, 10, 11, 12], "common": [5, 6, 7, 8, 9, 10, 11, 12], "complet": 11, "computername__contain": 7, "conatin": 5, "concurr": 12, "config": [2, 4], "config_overid": 5, "config_overrid": 5, "configur": 0, "consol": [2, 4, 5, 7, 8, 9, 10, 11, 12], "console_url": [5, 6, 7, 8, 9, 10, 11, 12], "contain": 13, "control": 11, "convert": 8, "core": [0, 4, 5, 6, 7, 8, 9, 10, 11, 12], "count": 11, "creat": [5, 6, 7, 8, 9, 11], "current": [5, 6, 7, 8, 9, 10, 11, 12], "custom": [6, 10, 12], "custom_vers": 6, "data": [5, 12], "date": 11, "de": 4, "deb": 6, "declar": 0, "deepdiff": [5, 6, 7, 8, 9, 10, 11, 12], "default": [5, 6, 7, 8, 9, 10, 11, 12], "defin": [0, 9, 10, 12], "delet": [5, 7, 8, 9, 11], "describ": 9, "descript": [5, 6, 7, 8, 9, 10, 11, 12], "detail": [5, 6, 7, 8, 9, 10, 11, 12], "dictionari": [5, 7, 10, 12], "dictionary_item_remov": 12, "directori": 6, "disabl": 9, "disable_all_monitor": 9, "disable_all_monitors_deep": 9, "doc": 4, "docsit": 13, "document": [0, 1, 3, 5, 6, 7, 8, 9, 10, 11, 12], "doe": [6, 9], "download": [2, 4, 12], "download_dir": 6, "download_path": 6, "dynam": 8, "e": [7, 10], "ea": 6, "ef_alerts_mitig": 9, "ef_binary_vault": 9, "either": 11, "element": [5, 8, 9, 10, 12], "enabl": 12, "end": 9, "enter": 5, "environ": 13, "equal": 12, "erik": 6, "ex": 6, "exclud": 9, "exclus": [2, 4], "execut": [5, 6, 7, 8, 9, 10, 11, 12], "exist": [5, 6, 11], "expir": 11, "expiration_d": 11, "explicit": 6, "fals": [9, 10, 11, 12], "field": [5, 6, 7, 8, 9, 10, 11, 12], "file": 6, "filenam": 6, "filter": [2, 4], "filter_field": 7, "filter_nam": 8, "filterid": 8, "folder": 9, "follow": [0, 5, 6, 7, 8, 9, 10, 11, 12], "format": [6, 11], "fridai": 12, "from": [2, 4, 5, 8, 10, 11, 12], "fromtim": 12, "full_path": 6, "function": 9, "further": [5, 6, 7, 8, 9, 10, 11, 12], "g": [7, 10], "ga": 6, "galaxi": [5, 6, 7, 8, 9, 10, 11, 12], "get": [5, 6, 7, 8, 9, 10, 11, 12], "group": [2, 4, 5, 9, 10, 12], "group1": [10, 12], "group2": [10, 12], "groupid": 10, "groupnam": [8, 9, 10, 12], "ha": 6, "have": 0, "here": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "host": [4, 5, 6, 7, 8, 9, 10, 11, 12], "http": [5, 6, 7, 8, 9, 10, 11, 12], "human": 6, "i": [5, 6, 7, 8, 9, 10, 11, 12], "id": 10, "identifi": 5, "ignor": [5, 6, 9, 10, 12], "igonr": 5, "includ": [5, 6, 7, 8, 9, 10, 11, 12], "include_subfold": 9, "info": [5, 6, 7, 8, 9, 10, 11, 12], "inherit": [8, 10, 11, 12], "inherit_maintenance_window": 12, "inherit_max_concurrent_download": 12, "inheritparentmaintenanceconfig": 12, "insert": [5, 6, 7, 8, 9, 10, 11, 12], "instal": [5, 6, 7, 8, 9, 10, 11, 12], "instead": 5, "integ": [11, 12], "interoper": 9, "interoperability_extend": 9, "ismaintenancealldai": 12, "iso": 11, "issu": [4, 5, 6, 7, 8, 9, 10, 11, 12], "iterable_item_ad": [7, 12], "json": 6, "kei": [5, 6, 7, 8, 9, 10, 11, 12], "lass": 9, "latest": 6, "latest_ea": 6, "let": 5, "level": [5, 6, 7, 8, 9, 10, 12], "licens": 11, "license_typ": 11, "linux": [5, 6, 9], "list": [4, 5, 6, 7, 8, 9, 10, 11, 12], "lower": [5, 6, 7, 8, 9, 10, 11, 12], "maco": 9, "made": [5, 7, 8, 9, 10, 11, 12], "mai": [5, 6, 7, 8, 9, 10, 11, 12], "mainten": 12, "maintenance_window": 12, "maintenancehour": 12, "maintenancewindowsbydai": 12, "make": 5, "manag": [2, 4], "marco": [4, 5, 6, 7, 8, 9, 10, 11, 12], "mariadb": 9, "max": 11, "max_concurrent_download": 12, "maxdb": 9, "maximum": 12, "merg": 5, "messag": [5, 6, 7, 8, 9, 10, 11, 12], "microsecond": 11, "mintalici": 6, "miss": [7, 9], "mitig": 9, "mode": [5, 9], "modul": 13, "mondai": 12, "mordecain": 9, "msd": [7, 9], "msi": 6, "multipl": [8, 9, 10, 12], "must": 9, "mwester117": [5, 6, 7, 8, 9, 10, 11, 12], "mycomputernam": 7, "myfilt": [7, 8], "mygroup": 8, "mygroup1": 8, "mygroup2": 8, "mygroup3": 8, "myothercomputernam": 7, "name": [5, 6, 7, 8, 9, 10, 11, 12], "need": [5, 6, 7, 8, 9, 10, 11, 12], "net": [5, 6, 7, 8, 9, 10, 11, 12], "new": [5, 6, 7, 8, 9, 10, 11, 12], "new_valu": [8, 9, 10, 11, 12], "newer": 4, "non": 5, "o": [5, 6, 9], "object": 5, "old_valu": [8, 9, 10, 11, 12], "omit": 6, "one": 5, "onli": [5, 6, 7, 8, 9, 10, 11, 12], "oper": 9, "option": [5, 7, 9, 10, 12], "original_messag": [5, 6, 7, 8, 9, 10, 11, 12], "os_path": 9, "os_typ": [5, 6, 9], "ostyp": 7, "other": 5, "otherwis": 5, "overrid": [2, 4], "packag": 6, "packet": 6, "packet_format": 6, "paid": 11, "part": [5, 6, 7, 8, 9, 10, 11, 12], "pass": 8, "path": [2, 4, 6], "performance_focu": 9, "performance_focus_extend": 9, "playbook": [5, 6, 7, 8, 9, 10, 11, 12], "pleas": [8, 11], "plugin": 0, "pm": 12, "polici": [2, 4, 8, 11], "powershellprotect": 5, "present": [5, 6, 7, 8, 9, 11], "print": 6, "prune": 5, "python": [5, 6, 7, 8, 9, 10, 11, 12], "readabl": 6, "refer": [7, 10, 12], "releas": 6, "remov": 5, "renam": 5, "repositori": [4, 5, 6, 7, 8, 9, 10, 11, 12], "revert": 10, "root": [7, 8, 9, 10, 11, 12], "rpm": 6, "run": [5, 6, 7, 8, 9, 10, 11, 12], "same": [5, 6], "sampl": [5, 6, 7, 8, 9, 10, 11, 12], "saturdai": 12, "schindler": 6, "scope": [5, 6, 9, 10, 11, 12], "section": 12, "see": [5, 6, 7, 8, 9, 10, 11, 12], "select": [5, 7, 8, 9, 11], "sentinelinstaller_windows_64bit_v23_2_3_358": 6, "sentinelon": [1, 3, 13], "sentinelone_config_overrid": [2, 4], "sentinelone_download_ag": [2, 4], "sentinelone_filt": [2, 4], "sentinelone_group": [2, 4], "sentinelone_path_exclus": [2, 4], "sentinelone_polici": [2, 4, 8, 11], "sentinelone_sit": [2, 4], "sentinelone_upgrade_polici": [2, 4], "set": [0, 5, 6, 7, 8, 9, 10, 11, 12], "short": 9, "should": [6, 10, 12], "singl": [5, 6, 7, 8, 9, 10, 11, 12], "site": [2, 4, 5, 6, 7, 8, 9, 10, 12], "site_nam": [5, 7, 8, 9, 10, 12], "site_typ": 11, "siteid": [5, 9, 12], "sitenam": [7, 11], "sku": 11, "snapshotson": 10, "sourc": [4, 5, 6, 7, 8, 9, 10, 11, 12], "specif": [5, 6, 12], "specifi": [5, 6, 7, 8, 9, 10, 11, 12], "stabl": 6, "state": [5, 6, 7, 8, 9, 11], "static": 8, "string": [5, 6, 7, 8, 9, 10, 11, 12], "subfold": 9, "success": [5, 6, 7, 8, 9, 10, 11, 12], "sundai": 12, "support": [4, 5, 6, 7, 8, 9, 10, 11, 12], "suppress_alert": 9, "sure": 5, "sva": [1, 13], "system": 9, "test": [5, 6, 7, 8, 9, 10, 11, 12], "test1": 11, "test123": [7, 8], "test1234": 9, "test_overrid": 5, "testgroup": 5, "testsit": 11, "thi": [5, 6, 7, 8, 9, 10, 11, 12, 13], "three": 5, "thursdai": 12, "timezon": 12, "tmp": 6, "token": [5, 6, 7, 8, 9, 10, 11, 12], "too": [5, 6, 7, 8, 9, 10, 11, 12], "total": 11, "total_ag": 11, "totim": 12, "tracker": [4, 5, 6, 7, 8, 9, 10, 11, 12], "trial": 11, "true": [5, 9, 10, 11, 12], "tuesdai": 12, "type": [5, 6, 11], "uniqu": [5, 6, 7, 8, 9, 10, 11, 12], "unlimit": 11, "unlimitedexpir": 11, "untouch": 5, "up": 11, "updat": [5, 7, 8, 9, 10, 11, 12], "upgrad": [2, 4], "upload": 9, "upper": [10, 12], "url": [5, 6, 7, 8, 9, 10, 11, 12], "us": [0, 5, 6, 7, 8, 9, 10, 11, 12], "usag": 12, "values_chang": [8, 9, 10, 11, 12], "variabl": 13, "vault": 9, "versa": 8, "version": [4, 5, 6, 7, 8, 9, 10, 11, 12], "via": 5, "vice": 8, "wacker": 9, "want": [7, 11], "wednesdai": 12, "well": 9, "wester": [4, 5, 6, 7, 8, 9, 10, 11, 12], "when": [5, 6], "where": [6, 10, 12], "whether": [5, 6, 7, 8, 9, 10, 11, 12], "which": [5, 6, 9, 10, 12], "whole": [5, 12], "window": [5, 6, 7, 9, 12], "without": 11, "work": [5, 6, 7, 8, 9, 10, 11, 12], "xxxxx": [5, 6, 7, 8, 9, 10, 11, 12], "xxxxxxxxxxxxxxxxxxxxxxxxxxx": [5, 6, 7, 8, 9, 10, 11, 12], "ye": [9, 10, 12], "you": [5, 6, 7, 8, 9, 10, 11, 12], "your": [5, 6, 7, 8, 9, 10, 11, 12]}, "titles": ["Index of all Collection Environment Variables", "Collection Index", "Index of all Modules", "Collections in the Sva Namespace", "Sva.Sentinelone", "sva.sentinelone.sentinelone_config_overrides module \u2013 Manage SentinelOne Config Overrides", "sva.sentinelone.sentinelone_download_agent module \u2013 Download SentinelOne agent from Management Console", "sva.sentinelone.sentinelone_filters module \u2013 Manage SentinelOne Filters", "sva.sentinelone.sentinelone_groups module \u2013 Manage SentinelOne Groups", "sva.sentinelone.sentinelone_path_exclusions module \u2013 Manage SentinelOne Path Exclusions", "sva.sentinelone.sentinelone_policies module \u2013 Manage SentinelOne Policies", "sva.sentinelone.sentinelone_sites module \u2013 Manage SentinelOne Sites", "sva.sentinelone.sentinelone_upgrade_policies module \u2013 Manage SentinelOne Upgrade Policies", "Welcome to my Ansible collection documentation"], "titleterms": {"agent": 6, "all": [0, 2], "ansibl": 13, "author": [5, 6, 7, 8, 9, 10, 11, 12], "collect": [0, 1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13], "config": 5, "consol": 6, "descript": 4, "document": 13, "download": 6, "environ": 0, "exampl": [5, 6, 7, 8, 9, 10, 11, 12], "exclus": 9, "filter": 7, "from": 6, "group": 8, "index": [0, 1, 2, 4, 13], "link": [5, 6, 7, 8, 9, 10, 11, 12], "manag": [5, 6, 7, 8, 9, 10, 11, 12], "modul": [2, 4, 5, 6, 7, 8, 9, 10, 11, 12], "my": 13, "namespac": 3, "note": [5, 6, 7, 8, 9, 10, 11, 12], "overrid": 5, "paramet": [5, 6, 7, 8, 9, 10, 11, 12], "path": 9, "plugin": [4, 13], "polici": [10, 12], "refer": 13, "requir": [5, 6, 7, 8, 9, 10, 11, 12], "return": [5, 6, 7, 8, 9, 10, 11, 12], "sentinelon": [2, 4, 5, 6, 7, 8, 9, 10, 11, 12], "sentinelone_config_overrid": 5, "sentinelone_download_ag": 6, "sentinelone_filt": 7, "sentinelone_group": 8, "sentinelone_path_exclus": 9, "sentinelone_polici": 10, "sentinelone_sit": 11, "sentinelone_upgrade_polici": 12, "site": 11, "sva": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "synopsi": [5, 6, 7, 8, 9, 10, 11, 12], "upgrad": 12, "valu": [5, 6, 7, 8, 9, 10, 11, 12], "variabl": 0, "welcom": 13}}) \ No newline at end of file +Search.setIndex({"alltitles": {"Authors": [[5, "authors"], [6, "authors"], [7, "authors"], [8, "authors"], [9, "authors"], [10, "authors"], [11, "authors"], [12, "authors"]], "Collection Index": [[1, null]], "Collection links": [[5, "collection-links"], [6, "collection-links"], [7, "collection-links"], [8, "collection-links"], [9, "collection-links"], [10, "collection-links"], [11, "collection-links"], [12, "collection-links"]], "Collections in the Sva Namespace": [[3, null]], "Collections:": [[13, null]], "Description": [[4, "description"]], "Examples": [[5, "examples"], [6, "examples"], [7, "examples"], [8, "examples"], [9, "examples"], [10, "examples"], [11, "examples"], [12, "examples"]], "Index of all Collection Environment Variables": [[0, null]], "Index of all Modules": [[2, null]], "Modules": [[4, "modules"]], "Notes": [[5, "notes"], [6, "notes"], [7, "notes"], [8, "notes"], [9, "notes"], [10, "notes"], [11, "notes"], [12, "notes"]], "Parameters": [[5, "parameters"], [6, "parameters"], [7, "parameters"], [8, "parameters"], [9, "parameters"], [10, "parameters"], [11, "parameters"], [12, "parameters"]], "Plugin Index": [[4, "plugin-index"]], "Plugin indexes:": [[13, null]], "Reference indexes:": [[13, null]], "Requirements": [[5, "requirements"], [6, "requirements"], [7, "requirements"], [8, "requirements"], [9, "requirements"], [10, "requirements"], [11, "requirements"], [12, "requirements"]], "Return Values": [[5, "return-values"], [6, "return-values"], [7, "return-values"], [8, "return-values"], [9, "return-values"], [10, "return-values"], [11, "return-values"], [12, "return-values"]], "Sva.Sentinelone": [[4, null]], "Synopsis": [[5, "synopsis"], [6, "synopsis"], [7, "synopsis"], [8, "synopsis"], [9, "synopsis"], [10, "synopsis"], [11, "synopsis"], [12, "synopsis"]], "Welcome to my Ansible collection documentation": [[13, null]], "sva.sentinelone": [[2, "sva-sentinelone"]], "sva.sentinelone.sentinelone_config_overrides module \u2013 Manage SentinelOne Config Overrides": [[5, null]], "sva.sentinelone.sentinelone_download_agent module \u2013 Download SentinelOne agent from Management Console": [[6, null]], "sva.sentinelone.sentinelone_filters module \u2013 Manage SentinelOne Filters": [[7, null]], "sva.sentinelone.sentinelone_groups module \u2013 Manage SentinelOne Groups": [[8, null]], "sva.sentinelone.sentinelone_path_exclusions module \u2013 Manage SentinelOne Path Exclusions": [[9, null]], "sva.sentinelone.sentinelone_policies module \u2013 Manage SentinelOne Policies": [[10, null]], "sva.sentinelone.sentinelone_sites module \u2013 Manage SentinelOne Sites": [[11, null]], "sva.sentinelone.sentinelone_upgrade_policies module \u2013 Manage SentinelOne Upgrade Policies": [[12, null]]}, "docnames": ["collections/environment_variables", "collections/index", "collections/index_module", "collections/sva/index", "collections/sva/sentinelone/index", "collections/sva/sentinelone/sentinelone_config_overrides_module", "collections/sva/sentinelone/sentinelone_download_agent_module", "collections/sva/sentinelone/sentinelone_filters_module", "collections/sva/sentinelone/sentinelone_groups_module", "collections/sva/sentinelone/sentinelone_path_exclusions_module", "collections/sva/sentinelone/sentinelone_policies_module", "collections/sva/sentinelone/sentinelone_sites_module", "collections/sva/sentinelone/sentinelone_upgrade_policies_module", "index"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["collections/environment_variables.rst", "collections/index.rst", "collections/index_module.rst", "collections/sva/index.rst", "collections/sva/sentinelone/index.rst", "collections/sva/sentinelone/sentinelone_config_overrides_module.rst", "collections/sva/sentinelone/sentinelone_download_agent_module.rst", "collections/sva/sentinelone/sentinelone_filters_module.rst", "collections/sva/sentinelone/sentinelone_groups_module.rst", "collections/sva/sentinelone/sentinelone_path_exclusions_module.rst", "collections/sva/sentinelone/sentinelone_policies_module.rst", "collections/sva/sentinelone/sentinelone_sites_module.rst", "collections/sva/sentinelone/sentinelone_upgrade_policies_module.rst", "index.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [4, 5, 6, 7, 8, 9, 10, 11, 12], "00": [11, 12], "01": [11, 12], "0100": 11, "01t12": 11, "02": 12, "03": 11, "06": 11, "1": [4, 5, 6, 7, 8, 9, 10, 11, 12], "10": 4, "1000": 12, "1038": 5, "11": 12, "12": 12, "15t10": 11, "15t11": 11, "2": [4, 5, 6], "20": 11, "2022": 11, "21": [5, 11], "23": 6, "3": [6, 12], "32_bit": 6, "358": 6, "5": [5, 6, 7, 8, 9, 10, 11, 12], "6": [5, 6, 7, 8, 9, 10, 11, 12], "64": 6, "64_bit": 6, "7": [5, 12], "8": 12, "8601": 11, "888888888888888888": 8, "99999999999999": [5, 10], "99999999999999999": 9, "999999999999999999": 8, "9999999999999999999": 12, "A": [9, 10, 12], "If": [5, 6, 8, 9, 10, 11, 12], "In": 5, "It": [5, 6, 7, 8, 9, 10, 11, 12], "No": 0, "The": [0, 5, 6, 7, 8, 9, 10, 11, 12], "These": [1, 3, 4, 5], "To": [5, 6, 7, 8, 9, 10, 11, 12], "Will": [5, 6, 10, 12], "aarch64": 6, "abl": [5, 6, 7, 8, 9, 10, 11, 12], "about": [5, 6, 7, 8, 9, 10, 11, 12], "absent": [5, 7, 8, 9, 11], "account": [5, 6, 7, 8, 9, 10, 11, 12], "ad": 7, "agent": [2, 4, 5, 11], "agent_vers": [5, 6], "agent_versioin": 6, "agentui": 10, "agentuion": 10, "alert": 9, "all": [5, 13], "allow": [5, 6], "alreadi": 5, "also": [5, 6], "alwai": [8, 11], "am": 12, "an": [5, 6], "ansibl": [0, 4, 5, 6, 7, 8, 9, 10, 11, 12], "api": [5, 6, 7, 8, 9, 10, 11, 12], "appli": 5, "applic": [5, 7, 9, 10, 12], "ar": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "architectur": 6, "arm": 6, "assign": 11, "attach": 9, "auth": [5, 6, 7, 8, 9, 10, 11, 12], "authent": [5, 6, 7, 8, 9, 10, 11, 12], "author": 4, "automat": 9, "avail": [7, 10, 11, 12], "base": 8, "basic": [5, 6, 7, 8, 9, 10, 11, 12], "been": 0, "below": [5, 6, 7, 8, 9, 10, 11, 12], "between": 6, "binari": 9, "bit": 6, "boolean": [9, 10, 12], "c": 9, "can": [5, 7, 8, 10, 12], "chang": [5, 7, 8, 9, 10, 11, 12], "check": [5, 6, 7, 8, 9, 10, 11, 12], "choic": [5, 6, 7, 8, 9, 10, 11, 12], "choos": 6, "collect": 4, "combin": 5, "comment": [5, 6, 7, 8, 9, 10, 11, 12], "common": [5, 6, 7, 8, 9, 10, 11, 12], "complet": 11, "computername__contain": 7, "conatin": 5, "concurr": 12, "config": [2, 4], "config_overid": 5, "config_overrid": 5, "configur": 0, "consol": [2, 4, 5, 7, 8, 9, 10, 11, 12], "console_url": [5, 6, 7, 8, 9, 10, 11, 12], "contain": 13, "control": 11, "convert": 8, "core": [0, 4, 5, 6, 7, 8, 9, 10, 11, 12], "count": 11, "creat": [5, 6, 7, 8, 9, 11], "current": [5, 6, 7, 8, 9, 10, 11, 12], "custom": [6, 10, 12], "custom_vers": 6, "data": [5, 12], "date": 11, "de": 4, "deb": 6, "declar": 0, "deepdiff": [5, 6, 7, 8, 9, 10, 11, 12], "default": [5, 6, 7, 8, 9, 10, 11, 12], "defin": [0, 9, 10, 12], "delet": [5, 7, 8, 9, 11], "describ": 9, "descript": [5, 6, 7, 8, 9, 10, 11, 12], "detail": [5, 6, 7, 8, 9, 10, 11, 12], "dictionari": [5, 7, 10, 12], "dictionary_item_remov": 12, "directori": 6, "disabl": 9, "disable_all_monitor": 9, "disable_all_monitors_deep": 9, "doc": 4, "docsit": 13, "document": [0, 1, 3, 5, 6, 7, 8, 9, 10, 11, 12], "doe": [6, 9], "download": [2, 4, 12], "download_dir": 6, "download_path": 6, "dynam": 8, "e": [7, 10], "ea": 6, "ef_alerts_mitig": 9, "ef_binary_vault": 9, "either": 11, "element": [5, 8, 9, 10, 12], "enabl": 12, "end": 9, "enter": 5, "environ": 13, "equal": 12, "erik": 6, "ex": 6, "exclud": 9, "exclus": [2, 4], "execut": [5, 6, 7, 8, 9, 10, 11, 12], "exist": [5, 6, 11], "expir": 11, "expiration_d": 11, "explicit": 6, "fals": [9, 10, 11, 12], "field": [5, 6, 7, 8, 9, 10, 11, 12], "file": 6, "filenam": 6, "filter": [2, 4], "filter_field": 7, "filter_nam": 8, "filterid": 8, "folder": 9, "follow": [0, 5, 6, 7, 8, 9, 10, 11, 12], "format": [6, 11], "fridai": 12, "from": [2, 4, 5, 8, 10, 11, 12], "fromtim": 12, "full_path": 6, "function": 9, "further": [5, 6, 7, 8, 9, 10, 11, 12], "g": [7, 10], "ga": 6, "galaxi": [5, 6, 7, 8, 9, 10, 11, 12], "get": [5, 6, 7, 8, 9, 10, 11, 12], "group": [2, 4, 5, 9, 10, 12], "group1": [10, 12], "group2": [10, 12], "groupid": 10, "groupnam": [8, 9, 10, 12], "ha": 6, "have": 0, "here": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "host": [4, 5, 6, 7, 8, 9, 10, 11, 12], "http": [5, 6, 7, 8, 9, 10, 11, 12], "human": 6, "i": [5, 6, 7, 8, 9, 10, 11, 12], "id": 10, "identifi": 5, "ignor": [5, 6, 9, 10, 12], "igonr": 5, "includ": [5, 6, 7, 8, 9, 10, 11, 12], "include_subfold": 9, "info": [5, 6, 7, 8, 9, 10, 11, 12], "inherit": [8, 10, 11, 12], "inherit_maintenance_window": 12, "inherit_max_concurrent_download": 12, "inheritparentmaintenanceconfig": 12, "insert": [5, 6, 7, 8, 9, 10, 11, 12], "instal": [5, 6, 7, 8, 9, 10, 11, 12], "instead": 5, "integ": [11, 12], "interoper": 9, "interoperability_extend": 9, "ismaintenancealldai": 12, "iso": 11, "issu": [4, 5, 6, 7, 8, 9, 10, 11, 12], "iterable_item_ad": [7, 12], "json": 6, "kei": [5, 6, 7, 8, 9, 10, 11, 12], "lass": 9, "latest": 6, "latest_ea": 6, "let": 5, "level": [5, 6, 7, 8, 9, 10, 12], "licens": 11, "license_typ": 11, "linux": [5, 6, 9], "list": [4, 5, 6, 7, 8, 9, 10, 11, 12], "lower": [5, 6, 7, 8, 9, 10, 11, 12], "maco": 9, "made": [5, 7, 8, 9, 10, 11, 12], "mai": [5, 6, 7, 8, 9, 10, 11, 12], "mainten": 12, "maintenance_window": 12, "maintenancehour": 12, "maintenancewindowsbydai": 12, "make": 5, "manag": [2, 4], "marco": [4, 5, 6, 7, 8, 9, 10, 11, 12], "mariadb": 9, "max": 11, "max_concurrent_download": 12, "maxdb": 9, "maximum": 12, "merg": 5, "messag": [5, 6, 7, 8, 9, 10, 11, 12], "microsecond": 11, "mintalici": 6, "miss": [7, 9], "mitig": 9, "mode": [5, 9], "modul": 13, "mondai": 12, "mordecain": 9, "msd": [7, 9], "msi": 6, "multipl": [8, 9, 10, 12], "must": 9, "mwester117": [5, 6, 7, 8, 9, 10, 11, 12], "mycomputernam": 7, "myfilt": [7, 8], "mygroup": 8, "mygroup1": 8, "mygroup2": 8, "mygroup3": 8, "myothercomputernam": 7, "name": [5, 6, 7, 8, 9, 10, 11, 12], "need": [5, 6, 7, 8, 9, 10, 11, 12], "net": [5, 6, 7, 8, 9, 10, 11, 12], "new": [5, 6, 7, 8, 9, 10, 11, 12], "new_valu": [8, 9, 10, 11, 12], "newer": 4, "non": 5, "o": [5, 6, 9], "object": 5, "old_valu": [8, 9, 10, 11, 12], "omit": 6, "one": 5, "onli": [5, 6, 7, 8, 9, 10, 11, 12], "oper": 9, "option": [5, 7, 9, 10, 12], "original_messag": [5, 6, 7, 8, 9, 10, 11, 12], "os_path": 9, "os_typ": [5, 6, 9], "ostyp": 7, "other": 5, "otherwis": 5, "overrid": [2, 4], "packag": 6, "packet": 6, "packet_format": 6, "paid": 11, "part": [5, 6, 7, 8, 9, 10, 11, 12], "pass": 8, "path": [2, 4, 6], "performance_focu": 9, "performance_focus_extend": 9, "playbook": [5, 6, 7, 8, 9, 10, 11, 12], "pleas": [8, 11], "plugin": 0, "pm": 12, "polici": [2, 4, 8, 11], "powershellprotect": 5, "present": [5, 6, 7, 8, 9, 11], "print": 6, "prune": 5, "python": [5, 6, 7, 8, 9, 10, 11, 12], "readabl": 6, "refer": [7, 10, 12], "releas": 6, "remov": 5, "renam": 5, "repositori": [4, 5, 6, 7, 8, 9, 10, 11, 12], "revert": 10, "root": [7, 8, 9, 10, 11, 12], "rpm": 6, "run": [5, 6, 7, 8, 9, 10, 11, 12], "same": [5, 6], "sampl": [5, 6, 7, 8, 9, 10, 11, 12], "saturdai": 12, "schindler": 6, "scope": [5, 6, 9, 10, 11, 12], "section": 12, "see": [5, 6, 7, 8, 9, 10, 11, 12], "select": [5, 7, 8, 9, 11], "sentinelinstaller_windows_64bit_v23_2_3_358": 6, "sentinelon": [1, 3, 13], "sentinelone_config_overrid": [2, 4], "sentinelone_download_ag": [2, 4], "sentinelone_filt": [2, 4], "sentinelone_group": [2, 4], "sentinelone_path_exclus": [2, 4], "sentinelone_polici": [2, 4, 8, 11], "sentinelone_sit": [2, 4], "sentinelone_upgrade_polici": [2, 4], "set": [0, 5, 6, 7, 8, 9, 10, 11, 12], "short": 9, "should": [6, 10, 12], "singl": [5, 6, 7, 8, 9, 10, 11, 12], "site": [2, 4, 5, 6, 7, 8, 9, 10, 12], "site_nam": [5, 7, 8, 9, 10, 12], "site_typ": 11, "siteid": [5, 9, 12], "sitenam": [7, 11], "sku": 11, "snapshotson": 10, "sourc": [4, 5, 6, 7, 8, 9, 10, 11, 12], "specif": [5, 6, 12], "specifi": [5, 6, 7, 8, 9, 10, 11, 12], "stabl": 6, "state": [5, 6, 7, 8, 9, 11], "static": 8, "string": [5, 6, 7, 8, 9, 10, 11, 12], "subfold": 9, "success": [5, 6, 7, 8, 9, 10, 11, 12], "sundai": 12, "support": [4, 5, 6, 7, 8, 9, 10, 11, 12], "suppress_alert": 9, "sure": 5, "sva": [1, 13], "system": 9, "test": [5, 6, 7, 8, 9, 10, 11, 12], "test1": 11, "test123": [7, 8], "test1234": 9, "test_overrid": 5, "testgroup": 5, "testsit": 11, "thi": [5, 6, 7, 8, 9, 10, 11, 12, 13], "three": 5, "thursdai": 12, "timezon": 12, "tmp": 6, "token": [5, 6, 7, 8, 9, 10, 11, 12], "too": [5, 6, 7, 8, 9, 10, 11, 12], "total": 11, "total_ag": 11, "totim": 12, "tracker": [4, 5, 6, 7, 8, 9, 10, 11, 12], "trial": 11, "true": [5, 9, 10, 11, 12], "tuesdai": 12, "type": [5, 6, 11], "uniqu": [5, 6, 7, 8, 9, 10, 11, 12], "unlimit": 11, "unlimitedexpir": 11, "untouch": 5, "up": 11, "updat": [5, 7, 8, 9, 10, 11, 12], "upgrad": [2, 4], "upload": 9, "upper": [10, 12], "url": [5, 6, 7, 8, 9, 10, 11, 12], "us": [0, 5, 6, 7, 8, 9, 10, 11, 12], "usag": 12, "values_chang": [8, 9, 10, 11, 12], "variabl": 13, "vault": 9, "versa": 8, "version": [4, 5, 6, 7, 8, 9, 10, 11, 12], "via": 5, "vice": 8, "wacker": 9, "want": [7, 11], "wednesdai": 12, "well": 9, "wester": [4, 5, 6, 7, 8, 9, 10, 11, 12], "when": [5, 6], "where": [6, 10, 12], "whether": [5, 6, 7, 8, 9, 10, 11, 12], "which": [5, 6, 9, 10, 12], "whole": [5, 12], "window": [5, 6, 7, 9, 12], "without": 11, "work": [5, 6, 7, 8, 9, 10, 11, 12], "xxxxx": [5, 6, 7, 8, 9, 10, 11, 12], "xxxxxxxxxxxxxxxxxxxxxxxxxxx": [5, 6, 7, 8, 9, 10, 11, 12], "ye": [9, 10, 12], "you": [5, 6, 7, 8, 9, 10, 11, 12], "your": [5, 6, 7, 8, 9, 10, 11, 12]}, "titles": ["Index of all Collection Environment Variables", "Collection Index", "Index of all Modules", "Collections in the Sva Namespace", "Sva.Sentinelone", "sva.sentinelone.sentinelone_config_overrides module \u2013 Manage SentinelOne Config Overrides", "sva.sentinelone.sentinelone_download_agent module \u2013 Download SentinelOne agent from Management Console", "sva.sentinelone.sentinelone_filters module \u2013 Manage SentinelOne Filters", "sva.sentinelone.sentinelone_groups module \u2013 Manage SentinelOne Groups", "sva.sentinelone.sentinelone_path_exclusions module \u2013 Manage SentinelOne Path Exclusions", "sva.sentinelone.sentinelone_policies module \u2013 Manage SentinelOne Policies", "sva.sentinelone.sentinelone_sites module \u2013 Manage SentinelOne Sites", "sva.sentinelone.sentinelone_upgrade_policies module \u2013 Manage SentinelOne Upgrade Policies", "Welcome to my Ansible collection documentation"], "titleterms": {"agent": 6, "all": [0, 2], "ansibl": 13, "author": [5, 6, 7, 8, 9, 10, 11, 12], "collect": [0, 1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13], "config": 5, "consol": 6, "descript": 4, "document": 13, "download": 6, "environ": 0, "exampl": [5, 6, 7, 8, 9, 10, 11, 12], "exclus": 9, "filter": 7, "from": 6, "group": 8, "index": [0, 1, 2, 4, 13], "link": [5, 6, 7, 8, 9, 10, 11, 12], "manag": [5, 6, 7, 8, 9, 10, 11, 12], "modul": [2, 4, 5, 6, 7, 8, 9, 10, 11, 12], "my": 13, "namespac": 3, "note": [5, 6, 7, 8, 9, 10, 11, 12], "overrid": 5, "paramet": [5, 6, 7, 8, 9, 10, 11, 12], "path": 9, "plugin": [4, 13], "polici": [10, 12], "refer": 13, "requir": [5, 6, 7, 8, 9, 10, 11, 12], "return": [5, 6, 7, 8, 9, 10, 11, 12], "sentinelon": [2, 4, 5, 6, 7, 8, 9, 10, 11, 12], "sentinelone_config_overrid": 5, "sentinelone_download_ag": 6, "sentinelone_filt": 7, "sentinelone_group": 8, "sentinelone_path_exclus": 9, "sentinelone_polici": 10, "sentinelone_sit": 11, "sentinelone_upgrade_polici": 12, "site": 11, "sva": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "synopsi": [5, 6, 7, 8, 9, 10, 11, 12], "upgrad": 12, "valu": [5, 6, 7, 8, 9, 10, 11, 12], "variabl": 0, "welcom": 13}}) \ No newline at end of file