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
| attackmate_tmux_session | str | attackmate | Use this existing session-name for the tmux-wrapper |
26
-
| attackmate_tmux_window | str | attackmate | The name of the tmux-window for attackmate |
27
-
| attackmate_config_dir | path | /etc/attackmate | Path to the config-directory |
28
-
| attackmate_playbook_path | path |`{{ attackmate_config_dir }}/playbooks`| Path to the playbooks-directory |
29
-
| attackmate_playbooks | list of playbook-templates(j2) |`[]`| List of playbooks to deploy |
30
-
| attackmate_config_tpl | str | attackmate.yml.j2 | Name of the config-template(jinja) |
31
-
| attackmate_sliver_config | path |**None**| Path to the generated sliver-config. (only needed for sliver-commands) |
32
-
| attackmate_msf_server | hostname |**None**| Hostname of the Metasploit rpcd. (only needed for msf-commands) |
33
-
| attackmate_msf_passwd | password |**None**| Password for the Metasploit rpcd. (only needed for msf-commands) |
34
-
| attackmate_playwright | bool | True | Whether to install Playwright and its dependencies |
35
-
| command_delay | float |**None**| delay in seconds before commands for the CommandConfig |
36
-
| attackmate_remote_config | dict | {} | Optional map of named remote AttackMate connections. Each entry requires url, username, password, and optionally cafile. If empty, no remote_config section is written to the config file. |
17
+
| attackmate_url | url |https://github.com/ait-aecid/attackmate.git| Official attackmate repository |
18
+
| attackmate_version | version-str | main | Version/Branch of the Git-Repository in attackmate_url |
| attackmate_tmux_session | str | attackmate | Use this existing session-name for the tmux-wrapper |
26
+
| attackmate_tmux_window | str | attackmate | The name of the tmux-window for attackmate |
27
+
| attackmate_config_dir | path | /etc/attackmate | Path to the config-directory |
28
+
| attackmate_playbook_path | path |`{{ attackmate_config_dir }}/playbooks`| Path to the playbooks-directory |
29
+
| attackmate_playbooks | list of playbook-templates(j2) |`[]`| List of playbooks to deploy |
30
+
| attackmate_config_tpl | str | attackmate.yml.j2 | Name of the config-template(jinja) |
31
+
| attackmate_sliver_config | path |**None**| Path to the generated sliver-config. (only needed for sliver-commands) |
32
+
| attackmate_msf_server | hostname |**None**| Hostname of the Metasploit rpcd. (only needed for msf-commands) |
33
+
| attackmate_msf_passwd | password |**None**| Password for the Metasploit rpcd. (only needed for msf-commands) |
34
+
| attackmate_playwright | bool | True | Whether to install Playwright and its dependencies |
35
+
| command_delay | float |**None**| delay in seconds before commands for the CommandConfig |
36
+
| attackmate_remote_config | dict | {} | Optional map of named remote AttackMate connections. Each entry requires url, username, password, and optionally cafile. If empty, no remote_config section is written to the config file.|
0 commit comments