ansible / ansible-modules-extras

Ansible extra modules - these modules ship with ansible
947 stars 1.47k forks source link

new aws module - ssm parameter store #3690

Closed ozbillwang closed 7 years ago

ozbillwang commented 7 years ago

ISSUE TYPE

COMPONENT NAME

cloud/amazon/ssm_parameter_store.py

ANSIBLE VERSION

ansible 2.2.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides

SUMMARY

This module is used to create, update, show and delete parameter in AWS parameter store.

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sysman-paramstore-walk.html

datherra commented 7 years ago

Hi, I couldn't figure out if there is any further plan on having this as part of ansible. I saw the code on github, and I know I could use it forking/clone the repo there, but is there any plans to this as part of ansible?

Rgs

ozbillwang commented 7 years ago

@datherra

This PR is waiting for the approval via https://github.com/ansible/ansible/pull/19196

The way ansible team defined is, we have to raise all PRs to https://github.com/ansible/ansible whatever which repo it is. It is weird, but I have to follow.

ozbillwang commented 7 years ago

@datherra

ic, the PR had been reviewed, which I missed the notification mail.

Will update it and add it back to review queue again.

ansibot commented 7 years ago

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide.