mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
* Add terraform for the loadtesting environment * Add some checkov stuff and minor updates * Remove defunct commented stuff * Add separate cloudwatch namespace for migrations * Remove defunct code * checkin
13 lines
339 B
YAML
13 lines
339 B
YAML
---
|
|
- connection: local
|
|
gather_facts: false
|
|
hosts: 127.0.0.1
|
|
tasks:
|
|
- amazon.aws.s3_bucket:
|
|
name: fleet-loadtesting-tfstate
|
|
state: present
|
|
- community.aws.dynamodb_table:
|
|
name: fleet-loadtesting-tfstate
|
|
hash_key_name: LockID
|
|
hash_key_type: STRING
|
|
billing_mode: PAY_PER_REQUEST
|