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

Remove more storage vars for Aurora RDS instances #561

Merged
merged 24 commits into from
Feb 4, 2022
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
195ff54
Need to check if is_local is defined in webserver meta dependencies. …
EmlynK Jan 5, 2022
a21e8d1
Ce dev refactor pr 1.x (#518)
gregharvey Jan 5, 2022
cb681f8
Adding backup handling to ldap_server. (#525)
gregharvey Jan 10, 2022
f134be0
Allowing 'gitLab' to disable Prometheus. (#530)
gregharvey Jan 17, 2022
450d409
GitHub Actions - Rebuilt documentation. (#526)
github-actions[bot] Jan 17, 2022
965d7b2
Prometheus pr 1.x (#533)
gregharvey Jan 17, 2022
cbb386d
Add private files support for Drupal in Nginx. (#535)
EmlynK Jan 18, 2022
8904ba8
Prometheus pr 1.x (#539)
gregharvey Jan 18, 2022
df86ca3
Removing our unused ClamAV roles and adding a Galaxy role to common b…
gregharvey Jan 25, 2022
c0e8b06
Revert "Moving OSSEC pkill to use process_manager role instead. (#258…
gregharvey Jan 27, 2022
9b41cf7
Moving key servers to a variable so we can set them. (#555)
gregharvey Feb 3, 2022
89ef9ef
Attempt to create an RDS read replica.
EmlynK Feb 4, 2022
d459ea1
Merge branch 'devel' into rds-aurora_PR_devel
EmlynK Feb 4, 2022
114fb70
Merge branch 'rds-aurora' into rds-aurora_PR_devel
EmlynK Feb 4, 2022
2e7d5b8
Use new task to create Aurora RDS instances.
EmlynK Feb 4, 2022
d9b4c03
Try and fix linting issues.
EmlynK Feb 4, 2022
60c08cf
Merge branch 'devel' into rds-aurora_PR_devel
EmlynK Feb 4, 2022
b2e8ac0
Merge branch 'rds-aurora' into rds-aurora_PR_devel
EmlynK Feb 4, 2022
796eebc
Don't pass max_storage variable for Aurora instances.
EmlynK Feb 4, 2022
79bc2bd
Merge branch 'devel' into rds-aurora_PR_devel
EmlynK Feb 4, 2022
2d10a8b
Merge branch 'rds-aurora' into rds-aurora_PR_devel
EmlynK Feb 4, 2022
d748ba1
Remove more storage related vars from Aurora RDS instance creation task.
EmlynK Feb 4, 2022
ac889dc
Merge branch 'devel' into rds-aurora_PR_devel
EmlynK Feb 4, 2022
614fea2
Merge branch 'rds-aurora' into rds-aurora_PR_devel
EmlynK Feb 4, 2022
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
2 changes: 0 additions & 2 deletions roles/aws/aws_rds/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@
engine: "{{ aws_rds.engine }}"
copy_tags_to_snapshot: true
publicly_accessible: "{{ aws_rds.publicly_accessible }}"
allocated_storage: "{{ aws_rds.allocated_storage }}"
profile: "{{ aws_rds.aws_profile }}"
tags: "{{ aws_rds.tags | combine({ 'Name': aws_rds.name }) }}"
allow_major_version_upgrade: false
storage_encrypted: "{{ aws_rds.storage_encrypted }}"
apply_immediately: true
wait: true
region: "{{ aws_rds.region }}"
Expand Down