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

Asg rds cluster name pr devel #601

Merged
merged 28 commits into from
Feb 22, 2022
Merged
Changes from all commits
Commits
Show all changes
28 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
7804c19
Adding a reboot option to the patching role. (#557)
gregharvey Feb 7, 2022
71d1ea7
Add minimal support for Aurora RDS instances (#567)
EmlynK Feb 7, 2022
81ee940
Gpg servers fix pr 1.x (#571)
gregharvey Feb 8, 2022
c268b54
Support termination protection in EC2. (#573)
gregharvey Feb 8, 2022
43eaefa
Fix managed SSL key perms and the variable used for the private key. …
EmlynK Feb 8, 2022
f61e540
Ec2 subnet lookup pr 1.x (#583)
gregharvey Feb 10, 2022
c75366e
Ec2 subnet lookup pr 1.x (#589)
gregharvey Feb 10, 2022
4ea0d3c
Fixing gitlab-runner overriders so upgrades do not break the runner. …
gregharvey Feb 10, 2022
9b10e44
Gitlab runner service override pr 1.x (#591)
gregharvey Feb 10, 2022
dd145a1
Pass RDS db_cluster_identifier, if present, during an ASG build.
EmlynK Feb 18, 2022
b7a8048
Merge branch 'devel' into asg-rds-cluster-name_PR_devel
EmlynK Feb 18, 2022
4f08e5a
Merge branch 'asg-rds-cluster-name' into asg-rds-cluster-name_PR_devel
EmlynK Feb 18, 2022
7b60b16
Use correct variable name for RDS db_cluster_identifier.
EmlynK Feb 18, 2022
a7a9ce8
Merge branch 'asg-rds-cluster-name' into asg-rds-cluster-name_PR_devel
EmlynK Feb 18, 2022
e41934e
Merge branch 'devel' into asg-rds-cluster-name_PR_devel
EmlynK Feb 22, 2022
76938b8
Add a commented variable to ASG role for db_cluster_identifier so it'…
EmlynK Feb 22, 2022
fe05f13
Merge branch 'asg-rds-cluster-name' into asg-rds-cluster-name_PR_devel
EmlynK Feb 22, 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
1 change: 1 addition & 0 deletions roles/aws/aws_ec2_autoscale_cluster/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ aws_ec2_autoscale_cluster:
rds:
rds: false # wether to create an instance.
db_instance_class: db.m5.large
#db_cluster_identifier: example-aurora-cluster
engine: mariadb
#engine_version: 5.7.9
allocated_storage: 100 # Initial size in GB. Minimum is 100.
Expand Down