Skip to content
Snippets Groups Projects
Commit b18be4b9 authored by nimrod's avatar nimrod
Browse files

Update playbook: Update the SSM param module.

Also set the region, Am I Live is running in a region different to the
default.
parent 8f4cdf07
No related branches found
No related tags found
No related merge requests found
---
collections:
- name: amazon.aws
version: '>=3.2.0'
version: '>=5'
- name: community.aws
version: '>=3.2.0'
version: '>=5'
......@@ -123,8 +123,9 @@
become: false
delegate_to: localhost
run_once: true
community.aws.aws_ssm_parameter_store:
community.aws.ssm_parameter:
name: &send_sms_param /amilive/prod/send_sms_notifications
region: &region eu-west-2
state: present
value: "false"
......@@ -172,7 +173,8 @@
become: false
delegate_to: localhost
run_once: true
community.aws.aws_ssm_parameter_store:
community.aws.ssm_parameter:
name: *send_sms_param
region: *region
state: present
value: "true"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment