Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug fix attack range default #873

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions configs/attack_range_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ aws:
use_elastic_ips: "1"
# Enable/disable usage of Elastic IPs by setting this to 1 or 0.

use_remote_state: "0"
# Store the state file in s3 and dynamoDB instead of local

tf_remote_state_s3_bucket: "test"
# Specify the already created S3 bucket in the same region

tf_remote_state_dynamo_db_table: "test"
# Specify the already created DynamoDB table in the same region

azure:
location: "West Europe"
# Region used in Azure.
Expand Down Expand Up @@ -175,6 +184,9 @@ windows_servers_default:
# Install Bad Blood by setting this to 1 or 0.
# More information in chapter Bad Blood under Attack Range Features.

aurora_agent: "0"
# Install Aurora Agent

linux_servers_default:
hostname: ar-linux
# Define the hostname for the Linux Server.
Expand Down