mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
* Reorganized infrastructure, updated for frontend's loadtesting * Add changes suggested by @chiiph * Moved files per suggestion by Ben * Update docs with new links * Add config for multi account assume role
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
|