-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from fkie-cad/replace-smtpd-with-aiosmtpd
Replace smtpd with aiosmtpd
- Loading branch information
Showing
17 changed files
with
230 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ __pycache__/ | |
### Cache ### | ||
.cache/* | ||
|
||
# DS_STORE | ||
# DS_STORE | ||
.DS_STORE | ||
|
||
### PyCharm ### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
- include: add_auditbeat_apt_repository.yml | ||
- include: install_auditbeat.yml | ||
- include: configure_auditbeat.yml | ||
- include_tasks: add_auditbeat_apt_repository.yml | ||
- include_tasks: install_auditbeat.yml | ||
- include_tasks: configure_auditbeat.yml |
34 changes: 17 additions & 17 deletions
34
provisioning/ansible/roles/configure_company_router/tasks/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
- include: configure_suricata.yml | ||
- include: configure_dhcpd.yml | ||
- include: configure_fwhosts_customservices.yml | ||
- include: configure_hosts.yml | ||
- include: configure_K00squid.yml | ||
- include: configure_loggings_settings.yml | ||
- include: configure_ntp.yml | ||
- include: configure_proxy_advanced.yml | ||
- include: configure_proxy_cachemgr.yml | ||
- include: configure_proxy_settings.yml | ||
- include: configure_proxy_viewersettings.yml | ||
- include: configure_squid.yml | ||
- include: configure_squid_cachemgr.yml | ||
- include: configure_syslog.yml | ||
- include: configure_time_settings.yml | ||
- include: create_ipfire_proxy_enable.yml | ||
- include: create_symbolic_link_for_syslog.yml | ||
- include_tasks: configure_suricata.yml | ||
- include_tasks: configure_dhcpd.yml | ||
- include_tasks: configure_fwhosts_customservices.yml | ||
- include_tasks: configure_hosts.yml | ||
- include_tasks: configure_K00squid.yml | ||
- include_tasks: configure_loggings_settings.yml | ||
- include_tasks: configure_ntp.yml | ||
- include_tasks: configure_proxy_advanced.yml | ||
- include_tasks: configure_proxy_cachemgr.yml | ||
- include_tasks: configure_proxy_settings.yml | ||
- include_tasks: configure_proxy_viewersettings.yml | ||
- include_tasks: configure_squid.yml | ||
- include_tasks: configure_squid_cachemgr.yml | ||
- include_tasks: configure_syslog.yml | ||
- include_tasks: configure_time_settings.yml | ||
- include_tasks: create_ipfire_proxy_enable.yml | ||
- include_tasks: create_symbolic_link_for_syslog.yml |
10 changes: 5 additions & 5 deletions
10
provisioning/ansible/roles/configure_internet_router/tasks/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
- include: configure_etc_hosts.yml | ||
- include: configure_etc_unbound_hosts.yml | ||
- include: configure_hosts.yml | ||
- include: configure_ntp.yml | ||
- include: create_symbolic_link_for_syslog.yml | ||
- include_tasks: configure_etc_hosts.yml | ||
- include_tasks: configure_etc_unbound_hosts.yml | ||
- include_tasks: configure_hosts.yml | ||
- include_tasks: configure_ntp.yml | ||
- include_tasks: create_symbolic_link_for_syslog.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 21 additions & 21 deletions
42
provisioning/ansible/roles/configure_win10_client/tasks/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
- include: setup_user.yml | ||
- include: set_timezone.yml | ||
- include: add_exclusion_folder.yml | ||
- include: disable_firewall.yml | ||
- include: disable_screen_lock.yml | ||
- include: install_python.yml | ||
- include: update_pip.yml | ||
- include: install_pip_selenium.yml | ||
- include: upload_assets.yml | ||
- include: upload_userbehavior_src.yml | ||
- include: install_firefox.yml | ||
- include: disable_automatic_updates.yml | ||
- include: run_init_tbf_client_on_boot.yml | ||
- include: install_ssh_server.yml | ||
- include: disable_ipv6.yml | ||
- include: set_autostart.yml | ||
- include: install_imdisk.yml | ||
- include: set_logging_config.yml | ||
- include: install_sysmon.yml | ||
- include: install_winlogbeat.yml | ||
- include: disable_defender.yml | ||
- include_tasks: setup_user.yml | ||
- include_tasks: set_timezone.yml | ||
- include_tasks: add_exclusion_folder.yml | ||
- include_tasks: disable_firewall.yml | ||
- include_tasks: disable_screen_lock.yml | ||
- include_tasks: install_python.yml | ||
- include_tasks: update_pip.yml | ||
- include_tasks: install_pip_selenium.yml | ||
- include_tasks: upload_assets.yml | ||
- include_tasks: upload_userbehavior_src.yml | ||
- include_tasks: install_firefox.yml | ||
- include_tasks: disable_automatic_updates.yml | ||
- include_tasks: run_init_tbf_client_on_boot.yml | ||
- include_tasks: install_ssh_server.yml | ||
- include_tasks: disable_ipv6.yml | ||
- include_tasks: set_autostart.yml | ||
- include_tasks: install_imdisk.yml | ||
- include_tasks: set_logging_config.yml | ||
- include_tasks: install_sysmon.yml | ||
- include_tasks: install_winlogbeat.yml | ||
- include_tasks: disable_defender.yml |
Oops, something went wrong.