aws ssm parameter values

0 votes
How do I use the aws_ssm module? What are the parameters available?
Mar 24, 2019 in Ansible by Ham
851 views

1 answer to this question.

0 votes

This module provided by aws is used for getting the value for ssm parameter or all parameters under a path. 

It has exactly four parameters:

bypath - It's a boolean value to indicate whether the parameter is provided as a hierarchy. By default, the value is no.

decrypt - It's a boolean value indicating whether to decrypt the parameter. By default, the value is yes.

recursive - it's a boolean indicating whether to retrieve all the parameters within a hierarchy.

shortnames - Indicates whether to return the name only without path if using a parameter hierarchy.

answered Mar 24, 2019 by Hannah

Related Questions In Ansible

0 votes
1 answer

How to regex replace nested values in Ansible

I'm not aware of any built-in method ...READ MORE

answered Jun 17, 2018 in Ansible by shubham
• 7,340 points
5,124 views
+1 vote
1 answer
0 votes
1 answer
0 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,503 views
+2 votes
1 answer
0 votes
1 answer

Ansible with AWS Parameter store

Hey @Dipti, have a look at the ...READ MORE

answered Mar 24, 2019 in Ansible by Rhea
788 views
0 votes
1 answer

aws_ssm module in Ansible

According to the official docs, this module ...READ MORE

answered Mar 24, 2019 in Ansible by Yesha
1,148 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP